Fix header inclusion

This commit is contained in:
whowechina
2026-04-01 17:08:23 +08:00
parent 0b9f1b4867
commit 9967329e8d
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@
*/
#include <stdlib.h>
#include <stdio.h>
#include <stdint.h>
#include <stdbool.h>
+2
View File
@@ -23,6 +23,8 @@
*
*/
#include <stdio.h>
#include "usb_descriptors.h"
#include "pico/unique_id.h"
#include "tusb.h"