diff options
Diffstat (limited to 'stm/usart.c')
-rw-r--r-- | stm/usart.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/stm/usart.c b/stm/usart.c index 27c40fd841..1dfbd433bb 100644 --- a/stm/usart.c +++ b/stm/usart.c @@ -7,7 +7,6 @@ #include "mpconfig.h" #include "qstr.h" #include "obj.h" -#include "map.h" #include "usart.h" pyb_usart_t pyb_usart_global_debug = PYB_USART_NONE; |