git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5057 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
609b15be00
commit
8465215222
|
@ -51,7 +51,7 @@
|
||||||
* @brief Safe state for <b>unconnected</b> pads.
|
* @brief Safe state for <b>unconnected</b> pads.
|
||||||
* @details The state itself is not specified and is architecture dependent,
|
* @details The state itself is not specified and is architecture dependent,
|
||||||
* it may be mapped on @p PAL_MODE_INPUT_PULLUP,
|
* it may be mapped on @p PAL_MODE_INPUT_PULLUP,
|
||||||
* @p PAL_MODE_INPUT_PULLDOWN or @p PAL_MODE_OUTPUT_PUSHPULL as
|
* @p PAL_MODE_INPUT_PULLDOWN or @p PAL_MODE_OUTPUT_PUSHPULL for
|
||||||
* example.
|
* example.
|
||||||
*/
|
*/
|
||||||
#define PAL_MODE_UNCONNECTED 1
|
#define PAL_MODE_UNCONNECTED 1
|
||||||
|
|
Loading…
Reference in New Issue