From 1a0bac8bccf0e156d2f3c5f14a7214f9677b6370 Mon Sep 17 00:00:00 2001 From: Jack Humbert Date: Tue, 21 Jun 2016 17:42:29 -0400 Subject: Warning reductions (#430) Warning reductions --- tmk_core/protocol/lufa/bluetooth.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tmk_core/protocol/lufa/bluetooth.h') diff --git a/tmk_core/protocol/lufa/bluetooth.h b/tmk_core/protocol/lufa/bluetooth.h index 01f07e8e67..78ece1cd0b 100644 --- a/tmk_core/protocol/lufa/bluetooth.h +++ b/tmk_core/protocol/lufa/bluetooth.h @@ -18,6 +18,8 @@ along with this program. If not, see . #ifndef BLUETOOTH_H #define BLUETOOTH_H +#include "../serial.h" + void bluefruit_serial_send(uint8_t data); /* -- cgit v1.2.1