mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 12:42:30 +04:00
9 lines
202 B
Plaintext
9 lines
202 B
Plaintext
|
|
App(
|
||
|
|
appid="loader_chaining_a",
|
||
|
|
name="Loader Chaining Test: App A",
|
||
|
|
apptype=FlipperAppType.DEBUG,
|
||
|
|
entry_point="chaining_test_app_a",
|
||
|
|
stack_size=1 * 1024,
|
||
|
|
fap_category="Debug",
|
||
|
|
)
|