diff options
| author | hathach <[email protected]> | 2025-03-21 00:11:18 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-03-21 00:11:18 +0700 |
| commit | e54753814befa26742fa8a9805f5b7beac32a963 (patch) | |
| tree | ae29037437465a71fbfdfa5205735dd805777068 /examples | |
| parent | c2924c51fc9bf0074663cafabf4399ca9d673750 (diff) | |
enable hil dual for metro m4 with max3421
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/host/device_info/src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/host/device_info/src/main.c b/examples/host/device_info/src/main.c index 775968c16..ac4c46a11 100644 --- a/examples/host/device_info/src/main.c +++ b/examples/host/device_info/src/main.c @@ -81,7 +81,7 @@ void init_freertos_task(void); //-------------------------------------------------------------------- // Main //-------------------------------------------------------------------- -void init_tinyusb(void) { +static void init_tinyusb(void) { // init host stack on configured roothub port tusb_rhport_init_t host_init = { .role = TUSB_ROLE_HOST, |
