Skip to content

Commit

Permalink
Fix Parse Error
Browse files Browse the repository at this point in the history
  • Loading branch information
EstebanFuentealba committed Apr 3, 2024
1 parent a9ec1fe commit 63a5bbc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ App(
fap_icon="icons/icon.png",
fap_icon_assets="icons",
fap_category="GPIO",
fap_version=[2,1],
fap_version=[2,2],
fap_author="Esteban Fuentealba",
fap_weburl="https://github.com/EstebanFuentealba/MALVEKE-Flipper-Zero"
)
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@
#endif
#endif

#pragma GCC optimize("O1")

typedef struct {
const unsigned char* json;
size_t position;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ App(
fap_icon="icons/icon.png",
fap_icon_assets="icons",
fap_category="GPIO",
fap_version=[2,1],
fap_version=[2,2],
fap_author="Esteban Fuentealba",
fap_weburl="https://github.com/EstebanFuentealba/MALVEKE-Flipper-Zero"
)
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,8 @@
#endif
#endif

#pragma GCC optimize("O1")

typedef struct {
const unsigned char* json;
size_t position;
Expand Down

0 comments on commit 63a5bbc

Please sign in to comment.