aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/platforms/LPC214x/lpc214x.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-19 11:10:08 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-12-19 11:10:08 +0000
commitc82d270d18cddcf15a0ccfcc95e861c33add8861 (patch)
tree446cccdcadf0db642f684dc3abd25e2c42e06abd /os/hal/platforms/LPC214x/lpc214x.h
parentcb565d0734615184aa74eb76981e55ff2aaebd35 (diff)
downloadChibiOS-c82d270d18cddcf15a0ccfcc95e861c33add8861.tar.gz
ChibiOS-c82d270d18cddcf15a0ccfcc95e861c33add8861.tar.bz2
ChibiOS-c82d270d18cddcf15a0ccfcc95e861c33add8861.zip
LPC214x SPI driver added.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1442 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/platforms/LPC214x/lpc214x.h')
-rw-r--r--os/hal/platforms/LPC214x/lpc214x.h5
1 files changed, 3 insertions, 2 deletions
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.