mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 19:50:30 +01:00
cc3200/mods/modutime: Use extmod version of time module.
API change: time.time_ns() is added, but it just returns 0. No API or functional change to existing time functions. Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -67,3 +67,4 @@ extern void mp_hal_set_interrupt_char (int c);
|
||||
#define mp_hal_stdio_poll(poll_flags) (0) // not implemented
|
||||
#define mp_hal_delay_us(usec) UtilsDelay(UTILS_DELAY_US_TO_COUNT(usec))
|
||||
#define mp_hal_ticks_cpu() (SysTickPeriodGet() - SysTickValueGet())
|
||||
#define mp_hal_time_ns() (0) // not implemented
|
||||
|
||||
Reference in New Issue
Block a user