aboutsummaryrefslogtreecommitdiff
path: root/pipe_image.c
diff options
context:
space:
mode:
authorvetch <vetch97@gmail.com>2019-10-22 16:40:22 +0200
committervetch <vetch97@gmail.com>2019-10-22 16:40:22 +0200
commit10a4f2122ef1e031d3e7e79a4385919125eb9670 (patch)
tree4431134061deaf7c2a736ed271a731fbcac7cca8 /pipe_image.c
parentf931740069a9715eff5131afa5e3657785431583 (diff)
downloadrpi-MMU-example-10a4f2122ef1e031d3e7e79a4385919125eb9670.tar.gz
rpi-MMU-example-10a4f2122ef1e031d3e7e79a4385919125eb9670.zip
Correct rs232
Diffstat (limited to 'pipe_image.c')
-rw-r--r--pipe_image.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pipe_image.c b/pipe_image.c
index 7856571..ab3568c 100644
--- a/pipe_image.c
+++ b/pipe_image.c
@@ -3,7 +3,7 @@
#include <endian.h>
#include <stdint.h>
#include <sys/types.h>
-#include "RS-232/rs232.h"
+#include "lib/rs232/rs232.h"
#define ANSI_FG_RED "\033[0;31m"