Files
Upsilon/python/port/mphalport.h
Émilie Feral 52f5858ffd [python][apps/code] Enable interrupting python execution
Change-Id: Iadf7038f79f0289ce20d7ded42f8fe70894f0c0a
2017-08-28 13:30:46 +02:00

9 lines
166 B
C

#ifndef PYTHON_MPHALPORT_H
#define PYTHON_MPHALPORT_H
extern int mp_interrupt_char;
void mp_hal_set_interrupt_char(int c);
void mp_keyboard_interrupt(void);
#endif