mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-14 19:18:35 -07:00
Lowercase appid's
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
App(
|
||||
appid="Brainfuck",
|
||||
appid="brainfuck",
|
||||
name="Brainfuck",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="brainfuck_app",
|
||||
|
||||
@@ -29,7 +29,7 @@ typedef unsigned char byte;
|
||||
|
||||
#include <storage/storage.h>
|
||||
#include <lib/toolbox/path.h>
|
||||
#include <Brainfuck_icons.h>
|
||||
#include <brainfuck_icons.h>
|
||||
|
||||
#include <storage/storage.h>
|
||||
#include <stream/stream.h>
|
||||
|
||||
Reference in New Issue
Block a user