aboutsummaryrefslogtreecommitdiffstats
path: root/serial_link/protocol/physical.h
diff options
context:
space:
mode:
authorFred Sundvik <fsundvik@gmail.com>2016-02-21 23:17:59 +0200
committerFred Sundvik <fsundvik@gmail.com>2016-02-21 23:17:59 +0200
commit6873b17117a41715c9a8ca63060974b64b4cdcf4 (patch)
tree74ed87abb4b19ec1922e98798ab35dc32b61110a /serial_link/protocol/physical.h
parent8cbfe79dd9ce2e8113a0f99e15d6ae4d3176b545 (diff)
downloadfirmware-6873b17117a41715c9a8ca63060974b64b4cdcf4.tar.gz
firmware-6873b17117a41715c9a8ca63060974b64b4cdcf4.tar.bz2
firmware-6873b17117a41715c9a8ca63060974b64b4cdcf4.zip
Support for Chibios compilation
Remove some warnings, change the include paths.
Diffstat (limited to 'serial_link/protocol/physical.h')
-rw-r--r--serial_link/protocol/physical.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/serial_link/protocol/physical.h b/serial_link/protocol/physical.h
index ee5883d36..425e06cdd 100644
--- a/serial_link/protocol/physical.h
+++ b/serial_link/protocol/physical.h
@@ -22,4 +22,9 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
*/
+#ifndef SERIAL_LINK_PHYSICAL_H
+#define SERIAL_LINK_PHYSICAL_H
+
void send_data(uint8_t link, const uint8_t* data, uint16_t size);
+
+#endif