feat: rewrite existing feature flags

This commit is contained in:
2022-09-01 20:51:05 +02:00
parent e850dabc8b
commit 1dc0942b4d
2 changed files with 4 additions and 4 deletions

View File

@@ -1,6 +1,7 @@
//
// Created by rick on 23-02-21.
//
#ifdef ENABLE_K_SHELL
#include <attributes.h>
#include <stdbool.h>
#include <stdio.h>
@@ -292,7 +293,6 @@ void att_noreturn main_loop(void *data) {
}
}
#ifdef K_SHELL
void main_loop_start() {
task_spawn(main_loop, NULL, "main");