mirror of
https://github.com/raspberrypi/pico-sdk.git
synced 2026-03-13 04:38:20 +01:00
include pico.h so that uint is defined (#475)
This commit is contained in:
parent
654b66693f
commit
d42e6a9d10
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,8 @@
|
|||
#ifndef _PICO_UNIQUE_ID_H_
|
||||
#define _PICO_UNIQUE_ID_H_
|
||||
|
||||
#include "pico.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue