Skip to content

Commit

Permalink
Merge branch 'master' into nxdn
Browse files Browse the repository at this point in the history
  • Loading branch information
g4klx committed Jan 29, 2018
2 parents 6d3973d + 0a101b4 commit 3a6a910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.Pi.OLED
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
CC = gcc
CXX = g++
CFLAGS = -g -O3 -Wall -std=c++0x -pthread -DOLED -I/usr/local/include
LIBS = -lArduiPi_OLED -lpthread
LIBS = -lArduiPi_OLED -li2c -lpthread
LDFLAGS = -g -L/usr/local/lib

OBJECTS = \
Expand Down

0 comments on commit 3a6a910

Please sign in to comment.