aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/include
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-06-19 10:45:38 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-06-19 10:45:38 +0000
commitec3ca5b4e615639dd3b4650eaa8d5739b78a1cbc (patch)
tree2f0d0c629a962faa0213a1e88e5427993153ee0d /os/hal/include
parente612b8c794623e0fc82b11cf47da4e1b410984f9 (diff)
downloadChibiOS-ec3ca5b4e615639dd3b4650eaa8d5739b78a1cbc.tar.gz
ChibiOS-ec3ca5b4e615639dd3b4650eaa8d5739b78a1cbc.tar.bz2
ChibiOS-ec3ca5b4e615639dd3b4650eaa8d5739b78a1cbc.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3061 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/include')
-rw-r--r--os/hal/include/pal.h9
1 files changed, 1 insertions, 8 deletions
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
@@ -36,13 +36,6 @@
/*===========================================================================*/
/**
- * @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,
* it is guaranteed to be equal to the after-reset state. It is
@@ -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