diff options
| author | hathach <[email protected]> | 2026-01-09 10:28:27 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2026-01-09 11:58:12 +0700 |
| commit | 8452dfe3055c876a1c8cb1f52c7bceeae6678452 (patch) | |
| tree | 84307d347e0c5e00067192b0e652545e0b41e3a0 /hw | |
| parent | 0b970e6a6633f703acb0f40b52b741cf492ff166 (diff) | |
clean up
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/bsp/rp2040/family.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/rp2040/family.cmake b/hw/bsp/rp2040/family.cmake index 9dc28fc70..40eee082d 100644 --- a/hw/bsp/rp2040/family.cmake +++ b/hw/bsp/rp2040/family.cmake @@ -126,7 +126,7 @@ target_compile_definitions(tinyusb_host_base INTERFACE #------------------------------------ # Host MAX3421 -#------------------------------------1 +#------------------------------------ add_library(tinyusb_host_max3421 INTERFACE) target_sources(tinyusb_host_max3421 INTERFACE ${TOP}/src/portable/analog/max3421/hcd_max3421.c |
