Skip to content
Snippets Groups Projects
mphalport.h 182 B
Newer Older
  • Learn to ignore specific revisions
  • rahix's avatar
    rahix committed
    #include "py/mpconfig.h"
    
    /* TODO: Replace this with a proper implementation */
    
    rahix's avatar
    rahix committed
    static inline mp_uint_t mp_hal_ticks_ms(void)
    {
    	return 0;
    }
    
    rahix's avatar
    rahix committed
    
    
    void mp_hal_set_interrupt_char(char c);