We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8753a42 + a7cff69 commit 9d0a0adCopy full SHA for 9d0a0ad
SConscript
@@ -25,7 +25,7 @@ path += [cwd + '/port/modules/machine']
25
LOCAL_CCFLAGS = ''
26
27
if rtconfig.CROSS_TOOL == 'gcc':
28
- LOCAL_CCFLAGS += ' -std=c99'
+ LOCAL_CCFLAGS += ' -std=gnu99'
29
elif rtconfig.CROSS_TOOL == 'keil':
30
LOCAL_CCFLAGS += ' --c99 --gnu'
31
port/mpgetcharport.c
@@ -25,6 +25,7 @@
*/
#include <stdio.h>
+#include <stdint.h>
#include <rtthread.h>
#include <rtdevice.h>
#include <rthw.h>
0 commit comments