diff options
author | vetch <vetch97@gmail.com> | 2020-01-04 19:38:36 +0100 |
---|---|---|
committer | vetch <vetch97@gmail.com> | 2020-01-04 19:38:36 +0100 |
commit | 5d5ba341d770017eeb392e186e21fbf887a97d2e (patch) | |
tree | 5ac189693f6fbfca5b4da4b2d82fe55f43e9da41 /src/utils/pipe_image.c | |
parent | ce9063ce4cdf4dcfdb80c2d861fb8c794db31719 (diff) | |
download | rpi-MMU-example-5d5ba341d770017eeb392e186e21fbf887a97d2e.tar.gz rpi-MMU-example-5d5ba341d770017eeb392e186e21fbf887a97d2e.zip |
Added missing files
Diffstat (limited to 'src/utils/pipe_image.c')
-rw-r--r-- | src/utils/pipe_image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/pipe_image.c b/src/utils/pipe_image.c index 77c3c07..b148ac4 100644 --- a/src/utils/pipe_image.c +++ b/src/utils/pipe_image.c @@ -3,7 +3,7 @@ #include <endian.h> #include <stdint.h> #include <sys/types.h> -#include "../lib/rs232/rs232.h" +#include "../../lib/rs232/rs232.h" #define ANSI_FG_RED "\033[0;31m" #define ANSI_FG_DEFAULT "\033[0;39m" |