git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4908 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
parent
14dd40b4ff
commit
e9aae9700a
|
@ -103,8 +103,7 @@
|
||||||
/**
|
/**
|
||||||
* @brief Alternate "n" output pad.
|
* @brief Alternate "n" output pad.
|
||||||
*/
|
*/
|
||||||
#define PAL_MODE_OUTPUT_ALTERNATE(n) (PAL_SPC5_IBE | PAL_SPC5_OBE | \
|
#define PAL_MODE_OUTPUT_ALTERNATE(n) (PAL_SPC5_IBE | PAL_SPC5_PA(n))
|
||||||
PAL_SPC5_PA(n))
|
|
||||||
/** @} */
|
/** @} */
|
||||||
|
|
||||||
/*===========================================================================*/
|
/*===========================================================================*/
|
||||||
|
|
Loading…
Reference in New Issue