summaryrefslogtreecommitdiff
path: root/flash
diff options
context:
space:
mode:
Diffstat (limited to 'flash')
-rw-r--r--flash/extract/extract.c4
-rw-r--r--flash/make_firmware/make_firmware.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/flash/extract/extract.c b/flash/extract/extract.c
index e6ea2efdc1..b1f8f4d870 100644
--- a/flash/extract/extract.c
+++ b/flash/extract/extract.c
@@ -23,7 +23,7 @@
23 23
24#include <stdio.h> 24#include <stdio.h>
25#include <stdlib.h> 25#include <stdlib.h>
26#include <memory.h> 26#include <inttypes.h>
27 27
28#define UINT8 unsigned char 28#define UINT8 unsigned char
29#define UINT16 unsigned short 29#define UINT16 unsigned short
@@ -144,4 +144,4 @@ int main(int argc, char* argv[])
144 fclose(pOutFile); 144 fclose(pOutFile);
145 145
146 return 0; 146 return 0;
147} \ No newline at end of file 147}
diff --git a/flash/make_firmware/make_firmware.c b/flash/make_firmware/make_firmware.c
index 9b5b55f8de..a79f2b970d 100644
--- a/flash/make_firmware/make_firmware.c
+++ b/flash/make_firmware/make_firmware.c
@@ -25,7 +25,7 @@
25 25
26#include <stdio.h> 26#include <stdio.h>
27#include <stdlib.h> 27#include <stdlib.h>
28#include <memory.h> 28#include <inttypes.h>
29#include <string.h> 29#include <string.h>
30 30
31#define UINT8 unsigned char 31#define UINT8 unsigned char