mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-19 01:03:22 +00:00
11 lines
228 B
Text
11 lines
228 B
Text
|
App(
|
||
|
appid="crash_test",
|
||
|
name="Crash Test",
|
||
|
apptype=FlipperAppType.DEBUG,
|
||
|
entry_point="crash_test_app",
|
||
|
cdefines=["APP_CRASH_TEST"],
|
||
|
requires=["gui"],
|
||
|
stack_size=1 * 1024,
|
||
|
fap_category="Debug",
|
||
|
)
|