Applications: unified entry point naming scheme, drop dead code, cleanup. (#628)

This commit is contained in:
あく
2021-08-07 19:54:42 +03:00
committed by GitHub
parent eb83395cc3
commit 7907cb232b
37 changed files with 442 additions and 1175 deletions

View File

@@ -1,7 +1,7 @@
#include "ibutton-app.h"
// app enter function
extern "C" int32_t app_ibutton(void* p) {
extern "C" int32_t ibutton_app(void* p) {
iButtonApp* app = new iButtonApp();
app->run(p);
delete app;