Skip to content

Commit 81940e7

Browse files
authored
Merge pull request #306 from Sh3Rm4n/master
Fix testsuite build failure
2 parents a3ffa9f + 2b94020 commit 81940e7

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

testsuite/src/lib.rs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,5 @@ pub struct CrossSerialPair2<T1, T2>(pub PB10<T1>, pub PA3<T2>);
5050
/// This is used for SPI, where SPI3(TX) is connected to SPI3(RX)
5151
pub struct SpiPair<T>(pub PC10<T>, pub PC11<T>, pub PC12<T>);
5252

53-
#[export_name = "main"]
54-
unsafe extern "C" fn __dummy_entry() -> ! {
55-
defmt_test::export::exit()
56-
}
53+
#[defmt_test::tests]
54+
mod tests {}

0 commit comments

Comments
 (0)