diff options
| author | Dion Dokter <[email protected]> | 2024-08-05 15:07:51 +0200 |
|---|---|---|
| committer | Dion Dokter <[email protected]> | 2024-08-05 15:07:51 +0200 |
| commit | 3cd20814501d03852a3c30facbd204dffcf048db (patch) | |
| tree | 7d813088df72bffe64b40f531028f9864076fbaa /tests/stm32/src/bin/eth.rs | |
| parent | 5884576b88e7ec7e26ec1c9b9f61e253cb0e5ea6 (diff) | |
Fix tests
Diffstat (limited to 'tests/stm32/src/bin/eth.rs')
| -rw-r--r-- | tests/stm32/src/bin/eth.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/stm32/src/bin/eth.rs b/tests/stm32/src/bin/eth.rs index 7c02f0354..25a06b986 100644 --- a/tests/stm32/src/bin/eth.rs +++ b/tests/stm32/src/bin/eth.rs | |||
| @@ -38,7 +38,7 @@ async fn net_task(stack: &'static Stack<Device>) -> ! { | |||
| 38 | 38 | ||
| 39 | #[embassy_executor::main] | 39 | #[embassy_executor::main] |
| 40 | async fn main(spawner: Spawner) { | 40 | async fn main(spawner: Spawner) { |
| 41 | let p = embassy_stm32::init(config()); | 41 | let p = init(); |
| 42 | info!("Hello World!"); | 42 | info!("Hello World!"); |
| 43 | 43 | ||
| 44 | // Generate random seed. | 44 | // Generate random seed. |
