diff options
| author | hathach <[email protected]> | 2025-10-03 11:40:23 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-10-03 11:40:23 +0700 |
| commit | f0670fdf3b86edcb37558a3bff606bab67649f38 (patch) | |
| tree | d5076645b2817baf6669b9416fc7d624f9440806 | |
| parent | 3b007249cfd9649db2ad28e9a285d7a8ace8854e (diff) | |
fix make build
| -rw-r--r-- | hw/bsp/samd11/family.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/bsp/samd11/family.mk b/hw/bsp/samd11/family.mk index c41a0dd37..6f89a2d66 100644 --- a/hw/bsp/samd11/family.mk +++ b/hw/bsp/samd11/family.mk @@ -8,6 +8,7 @@ CFLAGS += \ -DOSC32K_OVERWRITE_CALIBRATION=0 \ -DCFG_EXAMPLE_MSC_READONLY \ -DCFG_EXAMPLE_VIDEO_READONLY \ + -DCFG_EXAMPLE_MTP_READONLY \ -DCFG_TUSB_MCU=OPT_MCU_SAMD11 # suppress warning caused by vendor mcu driver |
