Different mode for unconnected pins.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5054 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2013-01-11 10:29:36 +00:00
parent cb616cd616
commit 609b15be00
1 changed files with 2 additions and 2 deletions

View File

@ -95,9 +95,9 @@
#define PAL_MODE_RESET PAL_STM32_MODE_INPUT
/**
* @brief This mode is implemented as output.
* @brief This mode is implemented as input with pull-up.
*/
#define PAL_MODE_UNCONNECTED PAL_STM32_MODE_OUTPUT
#define PAL_MODE_UNCONNECTED PAL_MODE_INPUT_PULLUP
/**
* @brief Regular input high-Z pad.