Index: firmware/App/HDCommon.h =================================================================== diff -u -r59223d7910a9a124e6bf59b0b05d88299abd37d9 -r94bb6cedd50cdea6d97d25091eeef631996d8b55 --- firmware/App/HDCommon.h (.../HDCommon.h) (revision 59223d7910a9a124e6bf59b0b05d88299abd37d9) +++ firmware/App/HDCommon.h (.../HDCommon.h) (revision 94bb6cedd50cdea6d97d25091eeef631996d8b55) @@ -37,7 +37,7 @@ // #define RUN_WITHOUT_DG 1 // Run HD w/o DG // #define SIMULATE_UI 1 // Build w/o requirement that UI be there // #define TASK_TIMING_OUTPUT_ENABLED 1 // Re-purposes alarm lamp pins for task timing -// #define DISABLE_ALARM_AUDIO 1 // Disable alarm audio + #define DISABLE_ALARM_AUDIO 1 // Disable alarm audio // #define SKIP_POST 1 // Skip POST tests - all pass // #define DONT_SKIP_NV_POST 1 // Do not skip NV Data POST // #define USE_LIBRARY_TIME_FUNCTIONS 1 // Use the C library functions mktime() and gmtime() for epoch<=>date conversions