Skip to content

Commit

Permalink
[FL-698] SD cli commands (#306)
Browse files Browse the repository at this point in the history
* add c++ compability in cli
* add sd-filesystem cli commands
* add sd-card-test cli commands
* use context pointer
  • Loading branch information
DrZlo13 authored Jan 13, 2021
1 parent 34ac4f0 commit c3a8af8
Show file tree
Hide file tree
Showing 3 changed files with 433 additions and 44 deletions.
8 changes: 8 additions & 0 deletions applications/cli/cli.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#pragma once

#ifdef __cplusplus
extern "C" {
#endif

#include <m-string.h>

/* Cli type
Expand Down Expand Up @@ -40,3 +44,7 @@ void cli_print(const char* buffer);
* Send new ine sequence
*/
void cli_nl();

#ifdef __cplusplus
}
#endif
Loading

0 comments on commit c3a8af8

Please sign in to comment.