diff options
author | Damien George <damien.p.george@gmail.com> | 2015-03-20 22:27:34 +0000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2015-03-20 22:27:34 +0000 |
commit | 7674da8057b5236373345350acd2a7513377d393 (patch) | |
tree | 95c2fa86be688e2dc01fb8159248a43f3a12f09e /stmhal/usbd_cdc_interface.c | |
parent | 69922c602cea2b54c30b04078f066717b18425d6 (diff) | |
download | micropython-7674da8057b5236373345350acd2a7513377d393.tar.gz micropython-7674da8057b5236373345350acd2a7513377d393.zip |
stmhal: Remove some unnecessary declarations, purely for cleanup.
Diffstat (limited to 'stmhal/usbd_cdc_interface.c')
-rw-r--r-- | stmhal/usbd_cdc_interface.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/stmhal/usbd_cdc_interface.c b/stmhal/usbd_cdc_interface.c index 66bfe1a229..8b088660ff 100644 --- a/stmhal/usbd_cdc_interface.c +++ b/stmhal/usbd_cdc_interface.c @@ -42,6 +42,7 @@ #include "pendsv.h" #include "py/obj.h" +#include "timer.h" #include "usb.h" // CDC control commands |