diff options
author | Damien George <damien.p.george@gmail.com> | 2017-09-05 14:30:53 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-09-05 14:30:53 +1000 |
commit | e354b0a0cbfc1718ceea848b140fb905ce509103 (patch) | |
tree | 744f6e5026c8cb85fb85a4dbe0d7b952ab535ac4 | |
parent | 376618cd8ad322f5a8fa77dac7d202f451481688 (diff) |
stmhal/timer: Remove unnecessary include of USB header files.
-rw-r--r-- | stmhal/timer.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/stmhal/timer.c b/stmhal/timer.c index 04e7877c4..00e9c2a83 100644 --- a/stmhal/timer.c +++ b/stmhal/timer.c @@ -28,9 +28,6 @@ #include <stdio.h> #include <string.h> -#include "usbd_cdc_msc_hid.h" -#include "usbd_cdc_interface.h" - #include "py/runtime.h" #include "py/gc.h" #include "timer.h" |