aboutsummaryrefslogtreecommitdiff
path: root/tmk_core/protocol
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/protocol')
-rw-r--r--tmk_core/protocol/lufa/bluetooth.c1
-rw-r--r--tmk_core/protocol/lufa/bluetooth.h2
2 files changed, 2 insertions, 1 deletions
diff --git a/tmk_core/protocol/lufa/bluetooth.c b/tmk_core/protocol/lufa/bluetooth.c
index ed66e52c1..549606162 100644
--- a/tmk_core/protocol/lufa/bluetooth.c
+++ b/tmk_core/protocol/lufa/bluetooth.c
@@ -19,7 +19,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
19#include "report.h" 19#include "report.h"
20#include "print.h" 20#include "print.h"
21#include "debug.h" 21#include "debug.h"
22#include "../serial.h"
23#include "bluetooth.h" 22#include "bluetooth.h"
24 23
25void bluefruit_keyboard_print_report(report_keyboard_t *report) 24void bluefruit_keyboard_print_report(report_keyboard_t *report)
diff --git a/tmk_core/protocol/lufa/bluetooth.h b/tmk_core/protocol/lufa/bluetooth.h
index 01f07e8e6..78ece1cd0 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 <http://www.gnu.org/licenses/>.
18#ifndef BLUETOOTH_H 18#ifndef BLUETOOTH_H
19#define BLUETOOTH_H 19#define BLUETOOTH_H
20 20
21#include "../serial.h"
22
21void bluefruit_serial_send(uint8_t data); 23void bluefruit_serial_send(uint8_t data);
22 24
23/* 25/*