mirror of
https://github.com/micropython/micropython.git
synced 2026-01-06 12:10:13 +01:00
stmhal/timer: Remove unnecessary include of USB header files.
This commit is contained in:
@@ -28,9 +28,6 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "usbd_cdc_msc_hid.h"
|
|
||||||
#include "usbd_cdc_interface.h"
|
|
||||||
|
|
||||||
#include "py/runtime.h"
|
#include "py/runtime.h"
|
||||||
#include "py/gc.h"
|
#include "py/gc.h"
|
||||||
#include "timer.h"
|
#include "timer.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user