Skip to content
Snippets Groups Projects
Select Git revision
  • be989be861c05b64425267b62c2419e28e7a8cf1
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

mpconfigport.h

Blame
  • 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);