fix duplicate line

This commit is contained in:
stefanbode 2022-11-24 13:56:34 +01:00 committed by GitHub
parent b5448535b2
commit e3f0445a5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -42,7 +42,6 @@ const gamma_table_t ac_dimmer_table[] = { // don't put in PROGMEM for performa
{ 99, 936 },
{ 100, 1000 },
{ 0xFFFF, 0xFFFF } // fail-safe if out of range
{ 0xFFFF, 0xFFFF } // fail-safe if out of range
};
const gamma_table_t gamma_table[] = { // don't put in PROGMEM for performance reasons