Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Willy-JL committed Dec 10, 2024
1 parent 4d64e1e commit 2a7953f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion flip_library/application.fam
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ App(
fap_description="Utilize WiFi to retrieve data from 20 different APIs",
fap_author="JBlanked",
fap_weburl="https://github.com/jblanked/FlipLibrary",
fap_version = "1.4",
fap_version="1.4",
)
1 change: 0 additions & 1 deletion flip_store/flip_store.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#ifndef FLIP_STORE_E_H
#define FLIP_STORE_E_H
#include <text_input/uart_text_input.h>
#include <flipper_http/flipper_http.h>
#include <easy_flipper/easy_flipper.h>
#include <furi.h>
Expand Down

0 comments on commit 2a7953f

Please sign in to comment.