fix missing header (#3167)

This commit is contained in:
gullradriel
2026-05-09 12:23:10 +02:00
committed by GitHub
parent 5aff5ac277
commit 900d2f2482
+1
View File
@@ -27,6 +27,7 @@
#include <libopencm3/lpc43xx/rgu.h>
#include <libopencm3/lpc43xx/wwdt.h>
#include "delay.h"
#include "string.h"
volatile bool usb_bulk_block_done = false;