diff options
Diffstat (limited to 'examples/nrf9160')
| -rw-r--r-- | examples/nrf9160/src/bin/modem_tcp_client.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/nrf9160/src/bin/modem_tcp_client.rs b/examples/nrf9160/src/bin/modem_tcp_client.rs index 2ba964b1f..a36b14626 100644 --- a/examples/nrf9160/src/bin/modem_tcp_client.rs +++ b/examples/nrf9160/src/bin/modem_tcp_client.rs | |||
| @@ -127,8 +127,8 @@ async fn main(spawner: Spawner) { | |||
| 127 | let uart = BufferedUarteTx::new( | 127 | let uart = BufferedUarteTx::new( |
| 128 | //let trace_uart = BufferedUarteTx::new( | 128 | //let trace_uart = BufferedUarteTx::new( |
| 129 | unsafe { peripherals::SERIAL0::steal() }, | 129 | unsafe { peripherals::SERIAL0::steal() }, |
| 130 | Irqs, | ||
| 131 | unsafe { peripherals::P0_01::steal() }, | 130 | unsafe { peripherals::P0_01::steal() }, |
| 131 | Irqs, | ||
| 132 | //unsafe { peripherals::P0_14::steal() }, | 132 | //unsafe { peripherals::P0_14::steal() }, |
| 133 | config, | 133 | config, |
| 134 | unsafe { &mut *addr_of_mut!(TRACE_BUF) }, | 134 | unsafe { &mut *addr_of_mut!(TRACE_BUF) }, |
