add pico.h to fix build

This commit is contained in:
graham sanderson
2021-06-03 15:18:41 -05:00
parent 0ff8b5530b
commit 164eaa5b80

View File

@@ -24,6 +24,7 @@
*/
#include <stdint.h>
#include "pico.h"
#include "pico/unique_id.h"
#include "get_serial.h"