aboutsummaryrefslogtreecommitdiff
path: root/nuttx-configs/aerocore/include/board.h
diff options
context:
space:
mode:
authorDaniel Agar <daniel@agar.ca>2015-03-02 14:34:08 -0500
committerLorenz Meier <lm@inf.ethz.ch>2015-03-19 23:49:36 +0100
commitc147424fe735d92c5271ba3b5bc830bb33fb6097 (patch)
tree56bb281cb3c8b0c57afd9f7e0aaa9ac4317a5dad /nuttx-configs/aerocore/include/board.h
parentb55fe24161ef60c7329494ab741263b9b01fe19c (diff)
downloadpx4-firmware-c147424fe735d92c5271ba3b5bc830bb33fb6097.tar.gz
px4-firmware-c147424fe735d92c5271ba3b5bc830bb33fb6097.tar.bz2
px4-firmware-c147424fe735d92c5271ba3b5bc830bb33fb6097.zip
nuttx-configs fix code style
Diffstat (limited to 'nuttx-configs/aerocore/include/board.h')
-rw-r--r--nuttx-configs/aerocore/include/board.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx-configs/aerocore/include/board.h b/nuttx-configs/aerocore/include/board.h
index 8705c1bc2..6dc85735a 100644
--- a/nuttx-configs/aerocore/include/board.h
+++ b/nuttx-configs/aerocore/include/board.h
@@ -145,7 +145,7 @@
#define STM32_APB2_TIM11_CLKIN (2*STM32_PCLK2_FREQUENCY)
/* Timer Frequencies, if APBx is set to 1, frequency is same to APBx
- * otherwise frequency is 2xAPBx.
+ * otherwise frequency is 2xAPBx.
* Note: TIM1,8 are on APB2, others on APB1
*/
@@ -203,7 +203,7 @@
/*
* SPI
*/
-/* PA[4-7] SPI1 broken out on J12 */
+/* PA[4-7] SPI1 broken out on J12 */
#define GPIO_SPI1_NSS (GPIO_OUTPUT|GPIO_PUSHPULL|GPIO_SPEED_2MHz|GPIO_OUTPUT_SET|GPIO_PORTA|GPIO_PIN4) /* should be GPIO_SPI1_NSS_2 but use as a GPIO */
#define GPIO_SPI1_SCK (GPIO_SPI1_SCK_1|GPIO_SPEED_50MHz)
#define GPIO_SPI1_MISO (GPIO_SPI1_MISO_1|GPIO_SPEED_50MHz)