From c82d270d18cddcf15a0ccfcc95e861c33add8861 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 19 Dec 2009 11:10:08 +0000 Subject: LPC214x SPI driver added. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1442 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/LPC214x/lpc214x.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'os/hal/platforms/LPC214x/lpc214x.h') diff --git a/os/hal/platforms/LPC214x/lpc214x.h b/os/hal/platforms/LPC214x/lpc214x.h index ad6ae375b..88e8d8ae1 100644 --- a/os/hal/platforms/LPC214x/lpc214x.h +++ b/os/hal/platforms/LPC214x/lpc214x.h @@ -25,8 +25,9 @@ #ifndef _LPC214X_H_ #define _LPC214X_H_ -typedef volatile unsigned char IOREG8; -typedef volatile unsigned int IOREG32; +typedef volatile uint8_t IOREG8; +typedef volatile uint16_t IOREG16; +typedef volatile uint32_t IOREG32; /* * System. -- cgit v1.2.3