[FL-1162] Compile all files in applications directory (#432)

* applications: fix errors in test apps
* applications.mk: add all source files from applications
This commit is contained in:
gornekich
2021-04-27 22:13:41 +03:00
committed by GitHub
parent 26c4b20ac2
commit 317bfba024
3 changed files with 5 additions and 45 deletions

View File

@@ -1,6 +1,6 @@
#include <furi.h>
#include <api-hal.h>
#include <input.h>
#include <input/input.h>
static void event_cb(const void* value, void* ctx) {
const InputEvent* event = value;