include pico.h so that uint is defined (#475)
This commit is contained in:
parent
654b66693f
commit
d42e6a9d10
@ -7,6 +7,8 @@
|
|||||||
#ifndef _PICO_UNIQUE_ID_H_
|
#ifndef _PICO_UNIQUE_ID_H_
|
||||||
#define _PICO_UNIQUE_ID_H_
|
#define _PICO_UNIQUE_ID_H_
|
||||||
|
|
||||||
|
#include "pico.h"
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user