1
0
Fork 0
mirror of https://github.com/opentx/opentx.git synced 2025-07-22 07:45:14 +03:00

A1/A2/RSSI/SWR alarms available on all ARM boards

This commit is contained in:
bsongis 2014-05-13 21:14:49 +02:00
parent 4932ed8099
commit 0e84a27521
3 changed files with 1 additions and 11 deletions

View file

@ -1277,7 +1277,7 @@ enum AUDIO_SOUNDS {
AU_TIMER_LT10,
AU_TIMER_20,
AU_TIMER_30,
#if defined(PCBTARANIS)
#if defined(CPUARM)
AU_A1_ORANGE,
AU_A1_RED,
AU_A2_ORANGE,
@ -1285,8 +1285,6 @@ enum AUDIO_SOUNDS {
AU_RSSI_ORANGE,
AU_RSSI_RED,
AU_SWR_RED,
#endif
#if defined(CPUARM)
AU_TELEMETRY_LOST,
AU_TELEMETRY_BACK,
#endif