diff options
author | Fred Sundvik <fsundvik@gmail.com> | 2016-02-28 21:46:29 +0200 |
---|---|---|
committer | Fred Sundvik <fsundvik@gmail.com> | 2016-02-28 21:46:29 +0200 |
commit | d8d4622802c1a50779830eade0f79a0680def34a (patch) | |
tree | fff844df024008f25e29504d60e62d2e42947242 /serial_link/system/system.h | |
parent | 46482460fa5ba7e1606656f651117cc30f643952 (diff) | |
download | firmware-d8d4622802c1a50779830eade0f79a0680def34a.tar.gz firmware-d8d4622802c1a50779830eade0f79a0680def34a.tar.bz2 firmware-d8d4622802c1a50779830eade0f79a0680def34a.zip |
Improve serial link initialization, and add driver
Diffstat (limited to 'serial_link/system/system.h')
-rw-r--r-- | serial_link/system/system.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/serial_link/system/system.h b/serial_link/system/system.h index e8c1caec0..fcc27425e 100644 --- a/serial_link/system/system.h +++ b/serial_link/system/system.h @@ -26,7 +26,6 @@ SOFTWARE. #define SERIAL_LINK_SYSTEM_H -void init_serial_link(void); #if defined(PROTOCOL_CHIBIOS) #include "ch.h" |