summaryrefslogtreecommitdiff
path: root/firmware/export/s5l8700.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/export/s5l8700.h')
-rw-r--r--firmware/export/s5l8700.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/firmware/export/s5l8700.h b/firmware/export/s5l8700.h
index b559992c6a..945cf932cd 100644
--- a/firmware/export/s5l8700.h
+++ b/firmware/export/s5l8700.h
@@ -19,7 +19,9 @@
19 * 19 *
20 ****************************************************************************/ 20 ****************************************************************************/
21 21
22#include <inttypes.h> 22#ifndef ASM
23#include <stdint.h>
24#endif
23 25
24#define REG8_PTR_T volatile uint8_t * 26#define REG8_PTR_T volatile uint8_t *
25#define REG16_PTR_T volatile uint16_t * 27#define REG16_PTR_T volatile uint16_t *