diff options
| author | hathach <[email protected]> | 2026-03-04 17:34:10 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-03-04 17:34:10 +0700 |
| commit | 2dcb1a3ee2f553f9d1a48cb8ec5d11ed51f28d1c (patch) | |
| tree | 40c22d3494568236ff9f2e6aad1462a67136ea1c /src/common | |
| parent | 30af158af9ada161d31e02d08548f78390183920 (diff) | |
| parent | 13e0b0c4f149016c829f039dc082151bca01174f (diff) | |
Merge branch 'master' into dwc2_deinit
Diffstat (limited to 'src/common')
| -rw-r--r-- | src/common/tusb_private.h | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/src/common/tusb_private.h b/src/common/tusb_private.h index 43ce7a1df..5a51dfc37 100644 --- a/src/common/tusb_private.h +++ b/src/common/tusb_private.h @@ -24,8 +24,8 @@ * This file is part of the TinyUSB stack. */ -#ifndef TUSB_PRIVATE_H_ -#define TUSB_PRIVATE_H_ +#ifndef TUSB_PRIVATE_H +#define TUSB_PRIVATE_H // Internal Helper used by Host and Device Stack @@ -33,9 +33,11 @@ extern "C" { #endif -//--------------------------------------------------------------------+ -// Configuration -//--------------------------------------------------------------------+ +typedef void (*tusb_defer_func_t)(uintptr_t param); + + //--------------------------------------------------------------------+ + // Configuration + //--------------------------------------------------------------------+ #define TUP_USBIP_CONTROLLER_NUM 2 extern tusb_role_t _tusb_rhport_role[TUP_USBIP_CONTROLLER_NUM]; |
