From 386503502b2794021f5de431a32bad41dfe5c2d9 Mon Sep 17 00:00:00 2001 From: Dave Chapman Date: Sat, 18 Jul 2009 11:31:19 +0000 Subject: Various Nano2g changes - enable the rest of crt0.S (including clock setup) and make the nano2g bootloader do something useful (displaying gpio ports). Also add checks for the fifo-full condition in the LCD driver - required after enabling all the crt0.S inits git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21948 a1c6a512-1295-4272-9138-f99709370657 --- firmware/export/s5l8700.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'firmware/export/s5l8700.h') diff --git a/firmware/export/s5l8700.h b/firmware/export/s5l8700.h index 353690398a..4360f14a2d 100644 --- a/firmware/export/s5l8700.h +++ b/firmware/export/s5l8700.h @@ -19,6 +19,8 @@ * ****************************************************************************/ +#include + #define REG8_PTR_T volatile uint8_t * #define REG16_PTR_T volatile uint16_t * #define REG32_PTR_T volatile uint32_t * -- cgit v1.2.3