Skip to content

Commit

Permalink
Remove redundant fallback build text
Browse files Browse the repository at this point in the history
  • Loading branch information
rhargreaves committed Jul 18, 2024
1 parent 021a6f5 commit ad18279
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions src/ui.h
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
#pragma once
#include "types.h"

#ifndef BUILD
#define BUILD "*Dev Build*"
#endif

#define MAX_Y 27
#define MAX_X 39
#define MARGIN_X 1
Expand Down
1 change: 1 addition & 0 deletions tests/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ INCLUDE_DIRS+=-I../src
INCLUDE_DIRS+=-I$(CMOCKA_DIR)/include

CFLAGS=$(INCLUDE_DIRS) \
-DBUILD='"$(BUILD)"' \
-DUNIT_TESTS \
-DMODULE_MEGAWIFI=1 \
-ggdb \
Expand Down

0 comments on commit ad18279

Please sign in to comment.