Skip to content

Commit 2cc41d9

Browse files
committed
Manifest cleanup
1 parent 4a043fe commit 2cc41d9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

application.fam

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,14 @@
11
App(
22
appid="dap_link",
33
name="DAP Link",
4-
description="Enables use of Flipper as a debug probe for ARM devices, implements the CMSIS-DAP protocol",
54
apptype=FlipperAppType.EXTERNAL,
65
entry_point="dap_link_app",
76
requires=[
87
"gui",
98
"dialogs",
109
],
1110
stack_size=4 * 1024,
12-
order=20,
11+
fap_description="Enables use of Flipper as a debug probe for ARM devices, implements the CMSIS-DAP protocol",
1312
fap_icon="dap_link.png",
1413
fap_category="GPIO",
1514
fap_private_libs=[

0 commit comments

Comments
 (0)