aboutsummaryrefslogtreecommitdiff
path: root/nuttx-configs/aerocore/include/board.h
diff options
context:
space:
mode:
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)