Focus: Fix the command list

`eeprom.dump` and `eeprom.upload` has been merged into `eeprom.contents`,
reflect that in the command list, too.

Signed-off-by: Gergely Nagy <algernon@madhouse-project.org>
pull/365/head
Gergely Nagy 8 years ago
parent cdd6b811f9
commit a83d61e280

@ -32,5 +32,4 @@ namespace FocusHooks {
#define FOCUS_HOOK_EEPROM FOCUS_HOOK(FocusHooks::eeprom, \
"eeprom.free\n" \
"eeprom.dump\n" \
"eeprom.upload")
"eeprom.contents")

Loading…
Cancel
Save