diff options
| author | Mark K Cowan <[email protected]> | 2022-10-26 21:56:32 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-10-26 21:56:32 +0300 |
| commit | dd0350f5499de586a3405fdcec632f059fd7534e (patch) | |
| tree | dc4166af2ac63098a6151cd157bae775b4b31eca /hw | |
| parent | 9673d20901dd5419c82ccc14dd2fd300ca0fa8c4 (diff) | |
| parent | 28f49c088bb0c498d730d80943017172061cfd05 (diff) | |
Merge branch 'master' into uac2-interrupt-endpoint
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/bsp/lpc55/family.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/bsp/lpc55/family.mk b/hw/bsp/lpc55/family.mk index 1af1d076e..9d6702b94 100644 --- a/hw/bsp/lpc55/family.mk +++ b/hw/bsp/lpc55/family.mk @@ -43,6 +43,7 @@ SRC_C += \ $(MCU_DIR)/drivers/fsl_power.c \ $(MCU_DIR)/drivers/fsl_reset.c \ $(SDK_DIR)/drivers/lpc_gpio/fsl_gpio.c \ + $(SDK_DIR)/drivers/common/fsl_common_arm.c \ $(SDK_DIR)/drivers/flexcomm/fsl_flexcomm.c \ $(SDK_DIR)/drivers/flexcomm/fsl_usart.c \ lib/sct_neopixel/sct_neopixel.c |
