From ec3ca5b4e615639dd3b4650eaa8d5739b78a1cbc Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 19 Jun 2011 10:45:38 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3061 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/include/pal.h | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) (limited to 'os/hal/include') diff --git a/os/hal/include/pal.h b/os/hal/include/pal.h index e9d0e31d8..fc0045bf4 100644 --- a/os/hal/include/pal.h +++ b/os/hal/include/pal.h @@ -35,13 +35,6 @@ /* Driver constants. */ /*===========================================================================*/ -/** - * @brief Bits in a mode word dedicated as mode selector. - * @details The other bits are not defined and may be used as device-specific - * option bits. - */ -#define PAL_MODE_MASK 0x1F - /** * @brief After reset state. * @details The state itself is not specified and is architecture dependent, @@ -516,7 +509,7 @@ extern "C" { #endif ioportmask_t palReadBus(IOBus *bus); void palWriteBus(IOBus *bus, ioportmask_t bits); - void palSetBusMode(IOBus *bus, uint_fast8_t mode); + void palSetBusMode(IOBus *bus, iomode_t mode); #ifdef __cplusplus } #endif -- cgit v1.2.3