diff options
Diffstat (limited to 'stmhal/pyexec.c')
| -rw-r--r-- | stmhal/pyexec.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/stmhal/pyexec.c b/stmhal/pyexec.c index f1aa7dcad..e17b9aea4 100644 --- a/stmhal/pyexec.c +++ b/stmhal/pyexec.c @@ -20,9 +20,7 @@ #include "gccollect.h" #include "systick.h" #include "pyexec.h" -#if 0 #include "storage.h" -#endif #include "usb.h" #include "usart.h" @@ -65,11 +63,9 @@ int stdin_rx_chr(void) { return usart_rx_char(pyb_usart_global_debug); } HAL_Delay(1); -#if 0 if (storage_needs_flush()) { storage_flush(); } -#endif } } |
