mirror of
https://github.com/micropython/micropython.git
synced 2025-07-24 14:31:08 +02:00
py: Include mpconfig.h before all other includes.
It defines types used by all other headers. Fixes #691.
This commit is contained in:
@@ -26,8 +26,8 @@
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#include "misc.h"
|
||||
#include "mpconfig.h"
|
||||
#include "misc.h"
|
||||
|
||||
// attribute flags
|
||||
#define FL_PRINT (0x01)
|
||||
|
Reference in New Issue
Block a user