Select Git revision
build_image.sh
Forked from
card10 / firmware
Source project has a limited visibility.
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
rahix authoredSigned-off-by:
Rahix <rahix@rahix.de>
mphalport.h 182 B
#include "py/mpconfig.h"
/* TODO: Replace this with a proper implementation */
static inline mp_uint_t mp_hal_ticks_ms(void)
{
return 0;
}
void mp_hal_set_interrupt_char(char c);