diff --git a/pipico/board.c b/pipico/board.c index 80f0b35..4a13e99 100644 --- a/pipico/board.c +++ b/pipico/board.c @@ -30,7 +30,7 @@ SOFTWARE. extern const __attribute__((aligned(4))) uint8_t firmware[]; -static bool active; +static volatile bool active; static void __time_critical_func(reset)(bool asserted) { if (asserted) {