diff options
author | Fred Sundvik <fsundvik@gmail.com> | 2016-05-15 13:38:59 +0300 |
---|---|---|
committer | Fred Sundvik <fsundvik@gmail.com> | 2016-05-15 13:38:59 +0300 |
commit | a0297a892ee1fc571cd9bdc447d2c2726a210629 (patch) | |
tree | 1a40c6c6291f38f64fdc908d06ea9a22afa924a1 /serial_link/protocol | |
parent | b4ab61171e83eeca82fbc1930fcaab175b45c656 (diff) | |
download | firmware-a0297a892ee1fc571cd9bdc447d2c2726a210629.tar.gz firmware-a0297a892ee1fc571cd9bdc447d2c2726a210629.tar.bz2 firmware-a0297a892ee1fc571cd9bdc447d2c2726a210629.zip |
Rename system to serial_link
Also combined driver.h with serial_link.h
Diffstat (limited to 'serial_link/protocol')
-rw-r--r-- | serial_link/protocol/transport.h | 2 | ||||
-rw-r--r-- | serial_link/protocol/triple_buffered_object.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/serial_link/protocol/transport.h b/serial_link/protocol/transport.h index e518aaa6e..9a052d880 100644 --- a/serial_link/protocol/transport.h +++ b/serial_link/protocol/transport.h @@ -26,7 +26,7 @@ SOFTWARE. #define SERIAL_LINK_TRANSPORT_H #include "serial_link/protocol/triple_buffered_object.h" -#include "serial_link/system/system.h" +#include "serial_link/system/serial_link.h" #define NUM_SLAVES 8 #define LOCAL_OBJECT_EXTRA 16 diff --git a/serial_link/protocol/triple_buffered_object.c b/serial_link/protocol/triple_buffered_object.c index c6bf28af0..e3e8989d3 100644 --- a/serial_link/protocol/triple_buffered_object.c +++ b/serial_link/protocol/triple_buffered_object.c @@ -23,7 +23,7 @@ SOFTWARE. */ #include "serial_link/protocol/triple_buffered_object.h" -#include "serial_link/system/system.h" +#include "serial_link/system/serial_link.h" #include <stdbool.h> #include <stddef.h> |