Fix darp5 compilation

This commit is contained in:
Jeremy Soller 2020-01-30 13:47:37 -07:00
parent 1d359ef22e
commit 8df823b402
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1

View File

@ -13,12 +13,7 @@ uint8_t fdat = 0;
uint8_t fbuf[4] = { 0, 0, 0, 0 };
void fcommand(void) {
switch (fcmd) {
// Keyboard backlight
case 0xCA:
// TODO
break;
}
// TODO
}
uint8_t acpi_read(uint8_t addr) {