From e354b0a0cbfc1718ceea848b140fb905ce509103 Mon Sep 17 00:00:00 2001 From: Damien George Date: Tue, 5 Sep 2017 14:30:53 +1000 Subject: [PATCH] stmhal/timer: Remove unnecessary include of USB header files. --- stmhal/timer.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/stmhal/timer.c b/stmhal/timer.c index 04e7877c49..00e9c2a83a 100644 --- a/stmhal/timer.c +++ b/stmhal/timer.c @@ -28,9 +28,6 @@ #include #include -#include "usbd_cdc_msc_hid.h" -#include "usbd_cdc_interface.h" - #include "py/runtime.h" #include "py/gc.h" #include "timer.h"