mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 05:38:35 -07:00
Temporarily backport app updates from apps repo
This commit is contained in:
@@ -11,6 +11,6 @@ App(
|
||||
fap_icon_assets="icons",
|
||||
fap_author="@Krulknul",
|
||||
fap_weburl="https://github.com/Krulknul/dolphin-counter",
|
||||
fap_version="1.1",
|
||||
fap_version="1.2",
|
||||
fap_description="Simple counter",
|
||||
)
|
||||
|
||||
3
applications/external/counter/counter.c
vendored
3
applications/external/counter/counter.c
vendored
@@ -2,8 +2,7 @@
|
||||
#include <gui/gui.h>
|
||||
#include <input/input.h>
|
||||
#include <stdlib.h>
|
||||
#include "counter_icons.h"
|
||||
#include <assets_icons.h>
|
||||
#include <counter_icons.h>
|
||||
|
||||
#define MAX_COUNT 99
|
||||
#define BOXTIME 2
|
||||
|
||||
Reference in New Issue
Block a user