aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-07-17 13:07:16 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-07-17 13:07:16 +0000
commit18cdd66003490ad5ed54a66840a9787aea09b334 (patch)
tree96ce4e1cb58754f52a809989a3da151bb31a97b4 /os/hal/include
parent2e5abeebad5e94989f62e05582028f02c5e71dda (diff)
downloadChibiOS-18cdd66003490ad5ed54a66840a9787aea09b334.tar.gz
ChibiOS-18cdd66003490ad5ed54a66840a9787aea09b334.tar.bz2
ChibiOS-18cdd66003490ad5ed54a66840a9787aea09b334.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3162 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/include')
-rw-r--r--os/hal/include/pal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/include/pal.h b/os/hal/include/pal.h
index fc0045bf4..2e5b78c03 100644
--- a/os/hal/include/pal.h
+++ b/os/hal/include/pal.h
@@ -127,7 +127,7 @@ typedef struct {
/**
* @brief Offset, within the port, of the least significant bit of the bus.
*/
- uint_fast8_t offset;
+ iomode_t offset;
} IOBus;
/*===========================================================================*/