Skip to content

Commit

Permalink
Simplified makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
markondej authored Oct 27, 2023
1 parent f5d00d7 commit bb97176
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ EXECUTABLE = fm_transmitter
VERSION = 0.9.6
FLAGS = -Wall -O3 -std=c++11
TRANSMITTER = -fno-strict-aliasing -I/opt/vc/include
ifeq ($(GPIO21), 1)
ifdef GPIO21
TRANSMITTER += -DGPIO21
endif

Expand Down

0 comments on commit bb97176

Please sign in to comment.