Unified AppEsp and AppSim into a single App module (#94)
This commit is contained in:
committed by
GitHub
parent
d7b151ab88
commit
03d14ef74b
@@ -176,6 +176,10 @@ static void service_stop(TT_UNUSED Service& service) {
|
||||
wifi = nullptr;
|
||||
}
|
||||
|
||||
void wifi_main(void*) {
|
||||
// NO-OP
|
||||
}
|
||||
|
||||
extern const Manifest manifest = {
|
||||
.id = "Wifi",
|
||||
.onStart = &service_start,
|
||||
|
||||
Reference in New Issue
Block a user