From b67855468d943c5e107ba0d8c081570a22e90cc3 Mon Sep 17 00:00:00 2001 From: hathach Date: Mon, 11 Dec 2023 17:56:10 +0700 Subject: [PATCH] fix build --- hw/bsp/rp2040/family.c | 1 + 1 file changed, 1 insertion(+) 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"