diff options
| author | hathach <[email protected]> | 2023-12-11 17:56:10 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-12-11 17:56:10 +0700 |
| commit | b67855468d943c5e107ba0d8c081570a22e90cc3 (patch) | |
| tree | 1464a3ed07a6d80d3a8a5d99729930c306b6a5d0 | |
| parent | ea885d5c83c5052930e2515b259e29c165569432 (diff) | |
fix build
| -rw-r--r-- | hw/bsp/rp2040/family.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/bsp/rp2040/family.c b/hw/bsp/rp2040/family.c index 5facd271f..5ac104688 100644 --- a/hw/bsp/rp2040/family.c +++ b/hw/bsp/rp2040/family.c @@ -30,6 +30,7 @@ #include "pico/unique_id.h" #include "hardware/gpio.h" #include "hardware/sync.h" +#include "hardware/resets.h" #include "hardware/structs/ioqspi.h" #include "hardware/structs/sio.h" |
