Different mode for unconnected pins.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5054 35acf78f-673a-0410-8e92-d51de3d6d3f4master
parent
cb616cd616
commit
609b15be00
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue