mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 13:03:13 +00:00
11 lines
234 B
Text
11 lines
234 B
Text
App(
|
|
appid="usb_test",
|
|
name="USB Test",
|
|
apptype=FlipperAppType.DEBUG,
|
|
entry_point="usb_test_app",
|
|
cdefines=["APP_USB_TEST"],
|
|
requires=["gui"],
|
|
stack_size=1 * 1024,
|
|
order=50,
|
|
fap_category="Debug",
|
|
)
|