Skip to content

Commit

Permalink
makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
losehu committed May 24, 2024
1 parent 34a9c91 commit 006557b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 1 addition & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,7 @@ ifeq ($(ENABLE_MESSENGER),1)
endif


ifeq ($(ENABLE_MDC1200),1)
OBJS += ui/messenger.o
endif


ifeq ($(ENABLE_OVERLAY),1)
OBJS += sram-overlay.o
Expand Down
1 change: 1 addition & 0 deletions app/app.c
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@
#include "ui/menu.h"
#include "ui/status.h"
#include "ui/ui.h"
#include "messenger.h"

#ifdef ENABLE_MESSENGER_NOTIFICATION
bool gPlayMSGRing = false;
Expand Down

0 comments on commit 006557b

Please sign in to comment.