diff options
| author | hathach <[email protected]> | 2024-10-10 16:22:12 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2024-10-10 16:28:36 +0700 |
| commit | 57aac432b52df6d284c98daf591e661d1c55aa05 (patch) | |
| tree | 1e980f0c18f558e3041dbef3021afa346297a85d /examples/device/board_test/src | |
| parent | ffdf81f53a84111a2536defa86e4a637c3c46854 (diff) | |
add new tusb_int_handler(rhport, in_isr) as common irq handler
update tusb_init() to take rhport and role, defined as macro with optional argument for backward compatible
Diffstat (limited to 'examples/device/board_test/src')
| -rw-r--r-- | examples/device/board_test/src/tusb_config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/device/board_test/src/tusb_config.h b/examples/device/board_test/src/tusb_config.h index 36eafe807..89c27d1c0 100644 --- a/examples/device/board_test/src/tusb_config.h +++ b/examples/device/board_test/src/tusb_config.h @@ -30,11 +30,6 @@ extern "C" { #endif -// board_test example is special example that doesn't enable device or host stack -// This can cause some TinyUSB API missing, this define hack to allow us to fill those API -// to pass the compilation process -#define tud_int_handler(x) - //-------------------------------------------------------------------- // COMMON CONFIGURATION //-------------------------------------------------------------------- |
