From abb1352f301fee8a1683b8d8aaad88e0e3147bcb Mon Sep 17 00:00:00 2001 From: Doug Brown Date: Sun, 6 Aug 2023 20:35:28 -0700 Subject: [PATCH] Include usbd.h Since I stripped the peripheral header includes from M251.h, I have to include it manually instead. --- hal/m258ke/nuvoton/usbd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hal/m258ke/nuvoton/usbd.c b/hal/m258ke/nuvoton/usbd.c index 9681832..51a02a1 100644 --- a/hal/m258ke/nuvoton/usbd.c +++ b/hal/m258ke/nuvoton/usbd.c @@ -9,6 +9,7 @@ #include #include "NuMicro.h" +#include "usbd.h" #if 0 #define DBG_PRINTF printf