summaryrefslogtreecommitdiff
path: root/examples/device/hid_boot_interface/src
diff options
context:
space:
mode:
authorhathach <[email protected]>2022-04-27 17:57:52 +0700
committerhathach <[email protected]>2022-04-27 17:57:52 +0700
commit4a661dead0899cb154325a8257d19281f2536af3 (patch)
tree48850cad386aeba513798ca4907a132ca4bf7ade /examples/device/hid_boot_interface/src
parentfd827a80a9f3b1e482cc8b1609c055cbad252b37 (diff)
add TU_ATTR_FAST_FUNC for rp2040 __not_in_flash() section
Diffstat (limited to 'examples/device/hid_boot_interface/src')
-rw-r--r--examples/device/hid_boot_interface/src/main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/examples/device/hid_boot_interface/src/main.c b/examples/device/hid_boot_interface/src/main.c
index 031b17a2e..e5e2f6856 100644
--- a/examples/device/hid_boot_interface/src/main.c
+++ b/examples/device/hid_boot_interface/src/main.c
@@ -31,8 +31,6 @@
#include "tusb.h"
#include "usb_descriptors.h"
-#include "pio_usb.h"
-
//--------------------------------------------------------------------+
// MACRO CONSTANT TYPEDEF PROTYPES
//--------------------------------------------------------------------+