We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 583d77f + 1c7b91a commit abed3dfCopy full SHA for abed3df
targets/TARGET_NXP/TARGET_LPC176X/TARGET_UBLOX_C027/ublox_low_level_api.c
@@ -42,6 +42,7 @@ void ublox_mdm_init(void)
42
// Can't use wait_ms() as RTOS isn't initialised yet
43
//wait_ms(50); // when USB cable is inserted the interface chip issues
44
// Here's the code from the non-RTOS version
45
+ us_ticker_init();
46
uint32_t start = us_ticker_read();
47
while ((us_ticker_read() - start) < 50000);
48
}
0 commit comments