8000 stmhal/timer: Remove unnecessary include of USB header files. · micropython/micropython-esp32@e354b0a · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Sep 6, 2023. It is now read-only.

Commit e354b0a

Browse files
committed
stmhal/timer: Remove unnecessary include of USB header files.
1 parent 376618c commit e354b0a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

stmhal/timer.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,6 @@
2828
#include <stdio.h>
2929
#include <string.h>
3030

31-
#include "usbd_cdc_msc_hid.h"
32-
#include "usbd_cdc_interface.h"
33-
3431
#include "py/runtime.h"
3532
#include "py/gc.h"
3633
#include "timer.h"

0 commit comments

Comments
 (0)
0