Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
egzumer committed Dec 15, 2023
1 parent cc49a50 commit af6b542
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion app/app.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
#include "app/scanner.h"
#ifdef ENABLE_UART
#include "app/uart.h"
#include "debugging.h"
#endif
#include "ARMCM0.h"
#include "audio.h"
Expand Down
2 changes: 0 additions & 2 deletions ui/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@
#include "ui/main.h"
#include "ui/ui.h"

#include "debugging.h"

center_line_t center_line = CENTER_LINE_NONE;

const int8_t dBmCorrTable[7] = {
Expand Down

0 comments on commit af6b542

Please sign in to comment.