git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4908 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2012-12-12 14:05:58 +00:00
parent 14dd40b4ff
commit e9aae9700a
1 changed files with 1 additions and 2 deletions

View File

@ -103,8 +103,7 @@
/**
* @brief Alternate "n" output pad.
*/
#define PAL_MODE_OUTPUT_ALTERNATE(n) (PAL_SPC5_IBE | PAL_SPC5_OBE | \
PAL_SPC5_PA(n))
#define PAL_MODE_OUTPUT_ALTERNATE(n) (PAL_SPC5_IBE | PAL_SPC5_PA(n))
/** @} */
/*===========================================================================*/