Skip to content

Commit 4a9eac2

Browse files
committed
minimal: Use mp_hal_ticks_ms().
1 parent 6a09e7d commit 4a9eac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

minimal/mpconfigport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ extern const struct _mp_obj_fun_builtin_t mp_builtin_open_obj;
7676
// We need to provide a declaration/definition of alloca()
7777
#include <alloca.h>
7878

79-
#define HAL_GetTick() 0
79+
#define mp_hal_ticks_ms() 0
8080
int mp_hal_stdin_rx_chr(void);
8181
void mp_hal_stdout_tx_str(const char *str);
8282
void mp_hal_stdout_tx_strn(const char *str, mp_uint_t len);

0 commit comments

Comments
 (0)