We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a09e7d commit 4a9eac2Copy full SHA for 4a9eac2
minimal/mpconfigport.h
@@ -76,7 +76,7 @@ extern const struct _mp_obj_fun_builtin_t mp_builtin_open_obj;
76
// We need to provide a declaration/definition of alloca()
77
#include <alloca.h>
78
79
-#define HAL_GetTick() 0
+#define mp_hal_ticks_ms() 0
80
int mp_hal_stdin_rx_chr(void);
81
void mp_hal_stdout_tx_str(const char *str);
82
void mp_hal_stdout_tx_strn(const char *str, mp_uint_t len);
0 commit comments