Skip to content

Commit

Permalink
run test for all chip variants
Browse files Browse the repository at this point in the history
  • Loading branch information
alexstephanus committed Jan 30, 2025
1 parent 3695bbf commit f3bae90
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hil-test/tests/rmt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ mod tests {
assert!(matches!(tx_transaction, Err(Error::EndMarkerMissing)));
}

#[cfg(any(esp32s3, esp32c3, esp32c6, esp32h2))]
#[test]
fn rmt_loopback_fill_longer_buffer() {
let peripherals = esp_hal::init(esp_hal::Config::default());
Expand Down

0 comments on commit f3bae90

Please sign in to comment.