aboutsummaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2013-04-26 13:03:05 -0700
committerpx4dev <px4@purgatory.org>2013-04-26 13:03:05 -0700
commitce0e4a3afd28b97d5a540e02bef86c52a335f243 (patch)
tree67dd8e0238e0e1a542a5026f8266537e1fa11afb /nuttx
parent3acdc9d4ce3d83af6bb7f953e466620be690658e (diff)
parent46085b43d14b1ea1237aa176460ff648e0ff2d2a (diff)
downloadpx4-firmware-ce0e4a3afd28b97d5a540e02bef86c52a335f243.tar.gz
px4-firmware-ce0e4a3afd28b97d5a540e02bef86c52a335f243.tar.bz2
px4-firmware-ce0e4a3afd28b97d5a540e02bef86c52a335f243.zip
Merge branch 'master' into export-build
Diffstat (limited to 'nuttx')
-rwxr-xr-xnuttx/configs/px4fmu/include/board.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/configs/px4fmu/include/board.h b/nuttx/configs/px4fmu/include/board.h
index 8ad56a4c6..0bc0b3021 100755
--- a/nuttx/configs/px4fmu/include/board.h
+++ b/nuttx/configs/px4fmu/include/board.h
@@ -326,6 +326,7 @@
*/
#define TONE_ALARM_TIMER 3 /* timer 3 */
#define TONE_ALARM_CHANNEL 3 /* channel 3 */
+#define GPIO_TONE_ALARM_IDLE (GPIO_OUTPUT|GPIO_PUSHPULL|GPIO_SPEED_2MHz|GPIO_OUTPUT_CLEAR|GPIO_PORTC|GPIO_PIN8)
#define GPIO_TONE_ALARM (GPIO_ALT|GPIO_AF2|GPIO_SPEED_2MHz|GPIO_FLOAT|GPIO_PUSHPULL|GPIO_PORTC|GPIO_PIN8)
/************************************************************************************