Skip to content

Commit 1b14cf9

Browse files
committed
mod: one second delay after mpu_boot_pin is high
1 parent 797f39c commit 1b14cf9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/bridge.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ class BridgeClass {
155155
k_sleep(K_MSEC(10));
156156
}
157157

158+
k_sleep(K_MSEC(1000));
159+
158160
serial_ptr->begin(baud);
159161
transport = new SerialTransport(*serial_ptr);
160162

0 commit comments

Comments
 (0)