include pico.h so that uint is defined (#475)

This commit is contained in:
Brian Cooke 2021-06-03 22:22:28 +02:00 committed by GitHub
parent 654b66693f
commit d42e6a9d10
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,8 @@
#ifndef _PICO_UNIQUE_ID_H_
#define _PICO_UNIQUE_ID_H_
#include "pico.h"
#ifdef __cplusplus
extern "C" {
#endif