diff --git a/firmware/export/config-h100.h b/firmware/export/config-h100.h index 405e839dd5..a63a60ec57 100644 --- a/firmware/export/config-h100.h +++ b/firmware/export/config-h100.h @@ -30,4 +30,7 @@ /* Define this to the CPU frequency */ #define CPU_FREQ 11289600 +/* Define this if you have ATA power-off control */ +#define HAVE_ATA_POWER_OFF + #endif