Skip to content

Commit

Permalink
src/board/system76/common/acpi.c: fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Kopeć <[email protected]>
  • Loading branch information
mkopec committed Oct 2, 2023
1 parent 63e2591 commit cc2ab27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/board/system76/common/acpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,11 @@ void fcommand(void) {
fbuf[1] = (color & 0xff0000) >> 16;
fbuf[2] = (color & 0x00ff00) >> 8;
break;
}
// Enable / disable LED
case 0x05:
kbled_enable(!!fbuf[0]);
break;
}
break;
}
}
Expand Down

0 comments on commit cc2ab27

Please sign in to comment.