[FL-2255], [FL-2259] NFC and Input CLI commands refactoring (#995)

* nfc: refactore cli commands
* input: refactore cli commands

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
gornekich
2022-02-16 14:15:40 +03:00
committed by GitHub
parent 07036cc0f5
commit 7395caa7ce
5 changed files with 178 additions and 112 deletions

View File

@@ -44,3 +44,6 @@ void input_press_timer_callback(void* arg);
/** Input interrupt handler */
void input_isr(void* _ctx);
/** Input CLI command handler */
void input_cli(Cli* cli, string_t args, void* context);