Skip to content

Commit

Permalink
Disable ui_fsk_rx (#2337)
Browse files Browse the repository at this point in the history
* removing ui_fsk_rx.cpp from targets

* removing unneeded ui_fsk_rx.hpp from includes

* deleting the now unused ui_fsk_rx.cpp and hpp files

---------

Co-authored-by: gullradriel <[email protected]>
  • Loading branch information
gullradriel and gullradriel authored Nov 4, 2024
1 parent bea9f44 commit 8df05a5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 377 deletions.
1 change: 0 additions & 1 deletion firmware/application/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,6 @@ set(CPPSRC
apps/ui_fileman.cpp
apps/ui_flash_utility.cpp
apps/ui_freqman.cpp
apps/ui_fsk_rx.cpp
apps/ui_iq_trim.cpp
apps/ui_level.cpp
apps/ui_looking_glass_app.cpp
Expand Down
198 changes: 0 additions & 198 deletions firmware/application/apps/ui_fsk_rx.cpp

This file was deleted.

177 changes: 0 additions & 177 deletions firmware/application/apps/ui_fsk_rx.hpp

This file was deleted.

1 change: 0 additions & 1 deletion firmware/application/ui_navigation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
#include "ui_flash_utility.hpp"
#include "ui_font_fixed_8x16.hpp"
#include "ui_freqman.hpp"
#include "ui_fsk_rx.hpp"
#include "ui_iq_trim.hpp"
#include "ui_level.hpp"
#include "ui_looking_glass_app.hpp"
Expand Down

0 comments on commit 8df05a5

Please sign in to comment.