Skip to content

Commit c2ff5d8

Browse files
committed
nmasic: always use 2000 retries
1 parent fa6526a commit c2ff5d8

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/driver/source/nmasic.c

+1-5
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,7 @@
5959

6060

6161

62-
#ifdef ARDUINO
63-
#define TIMEOUT (2000)
64-
#else
65-
#define TIMEOUT (0xfffffffful)
66-
#endif
62+
#define TIMEOUT (2000)
6763
#define WAKUP_TRAILS_TIMEOUT (4)
6864

6965
sint8 chip_apply_conf(uint32 u32Conf)

0 commit comments

Comments
 (0)