boards/ enforce astyle

This commit is contained in:
Daniel Agar
2018-12-01 13:15:39 -05:00
parent 1efad64f0c
commit 744bacd424
18 changed files with 132 additions and 307 deletions

View File

@@ -76,8 +76,7 @@
* PB[6] PB06 29 nCAN_SILENT
*/
#define GPIO_CAN_SILENT (GPIO_OUTPUT | GPIO_PUSHPULL | \
GPIO_PORTB | GPIO_PIN6 | GPIO_OUTPUT_CLEAR)
#define GPIO_CAN_SILENT (GPIO_OUTPUT | GPIO_PUSHPULL | GPIO_PORTB | GPIO_PIN6 | GPIO_OUTPUT_CLEAR)
__BEGIN_DECLS