diff options
Diffstat (limited to 'stmhal/mphal.h')
-rw-r--r-- | stmhal/mphal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/mphal.h b/stmhal/mphal.h index 4b43cf886d..fb567d1411 100644 --- a/stmhal/mphal.h +++ b/stmhal/mphal.h @@ -10,3 +10,4 @@ extern const byte mp_hal_status_to_errno_table[4]; NORETURN void mp_hal_raise(HAL_StatusTypeDef status); +void mp_hal_set_interrupt_char(int c); // -1 to disable |