From 0a26df16eed12d154b9864d6de2feac639e2dc7f Mon Sep 17 00:00:00 2001 From: Jonas Zeunert Date: Tue, 30 Apr 2019 12:32:54 +0200 Subject: [PATCH] compiling --- .idea/workspace.xml | 46 +++++++++++++------ .../src/output/OutputPinController.cpp | 2 +- 2 files changed, 33 insertions(+), 15 deletions(-) diff --git a/.idea/workspace.xml b/.idea/workspace.xml index f72d5d9..8dac9df 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -12,7 +12,7 @@ - + - @@ -1196,7 +1207,7 @@ - + @@ -1232,7 +1243,7 @@ - + @@ -1240,5 +1251,12 @@ + + + + + + + \ No newline at end of file diff --git a/FlippR-Driver/src/output/OutputPinController.cpp b/FlippR-Driver/src/output/OutputPinController.cpp index 7d9b6a7..2ba095f 100644 --- a/FlippR-Driver/src/output/OutputPinController.cpp +++ b/FlippR-Driver/src/output/OutputPinController.cpp @@ -9,7 +9,7 @@ #include "utility/config.h" -#include +#include "wiringPi/mcp23017.h" namespace flippR_driver {