From 18cdd66003490ad5ed54a66840a9787aea09b334 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 17 Jul 2011 13:07:16 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3162 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/include/pal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'os/hal/include') 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; /*===========================================================================*/ -- cgit v1.2.3