Index: firmware/App/HDCommon.h =================================================================== diff -u -r3d9eabbd9c8f6e6ad38eeceb77753de69db27f40 -r4910a9fdedc720853b3dec33c69823b43732c7e4 --- firmware/App/HDCommon.h (.../HDCommon.h) (revision 3d9eabbd9c8f6e6ad38eeceb77753de69db27f40) +++ firmware/App/HDCommon.h (.../HDCommon.h) (revision 4910a9fdedc720853b3dec33c69823b43732c7e4) @@ -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