Rename test functions (#52)

This commit is contained in:
Vadim Kaushan
2020-08-26 14:44:49 +03:00
committed by GitHub
parent 1bec8dd23a
commit 5094623d04
3 changed files with 35 additions and 35 deletions

View File

@@ -23,7 +23,7 @@ void create_kill_app(void* p) {
}
}
bool furi_ac_create_kill(FILE* debug_uart) {
bool test_furi_ac_create_kill(FILE* debug_uart) {
uint8_t counter = 0;
uint8_t value_a = counter;
@@ -111,7 +111,7 @@ void task_b(void* p) {
furiac_exit(p);
}
bool furi_ac_switch_exit(FILE* debug_uart) {
bool test_furi_ac_switch_exit(FILE* debug_uart) {
// init sequence
TestSwitchSequence seq;
seq.count = 0;