py/misc.h: Include stdint.h, as large share of code now depends on it.

stmhal-poll-oneshot
Paul Sokolovsky 2015-12-07 20:08:07 +02:00
parent 55995869e5
commit 9f001b09a8
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@
/** types *******************************************************/
#include <stdbool.h>
#include <stdint.h>
#include <stddef.h>
typedef unsigned char byte;