Skip to content

Commit

Permalink
add pico.h to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
kilograham committed Jun 3, 2021
1 parent 0ff8b55 commit 164eaa5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/get_serial.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
*/

#include <stdint.h>
#include "pico.h"
#include "pico/unique_id.h"
#include "get_serial.h"

Expand Down

0 comments on commit 164eaa5

Please sign in to comment.