diff options
Diffstat (limited to 'serial_link/tests/frame_router_tests.c')
| -rw-r--r-- | serial_link/tests/frame_router_tests.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/serial_link/tests/frame_router_tests.c b/serial_link/tests/frame_router_tests.c index 0b0ea6e7f..6c806fa93 100644 --- a/serial_link/tests/frame_router_tests.c +++ b/serial_link/tests/frame_router_tests.c | |||
| @@ -24,10 +24,10 @@ SOFTWARE. | |||
| 24 | 24 | ||
| 25 | #include <cgreen/cgreen.h> | 25 | #include <cgreen/cgreen.h> |
| 26 | #include <cgreen/mocks.h> | 26 | #include <cgreen/mocks.h> |
| 27 | #include "protocol/byte_stuffer.c" | 27 | #include "serial_link/protocol/byte_stuffer.c" |
| 28 | #include "protocol/frame_validator.c" | 28 | #include "serial_link/protocol/frame_validator.c" |
| 29 | #include "protocol/frame_router.c" | 29 | #include "serial_link/protocol/frame_router.c" |
| 30 | #include "protocol/transport.h" | 30 | #include "serial_link/protocol/transport.h" |
| 31 | 31 | ||
| 32 | static uint8_t received_data[256]; | 32 | static uint8_t received_data[256]; |
| 33 | static uint16_t received_data_size; | 33 | static uint16_t received_data_size; |
