stmhal/timer: Remove unnecessary include of USB header files.
This commit is contained in:
parent
376618cd8a
commit
e354b0a0cb
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue