Rename system to serial_link
Also combined driver.h with serial_link.h
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user