diff options
| author | 2016-10-10 17:18:15 -0400 | |
|---|---|---|
| committer | 2016-10-10 17:18:15 -0400 | |
| commit | 4b682ea63e2b3dd0bc1132917be7985ce0da57a6 (patch) | |
| tree | 6d79874c5542148c27907511ecdb2e9e5e12b24b /tmk_core/protocol/lufa/bluetooth.c | |
| parent | 04759d63ef9b520fc41d76de64bb65198448fc1c (diff) | |
| parent | a9df99b81c787862dc3fa11bd854fe39e704da81 (diff) | |
| download | qmk_firmware-4b682ea63e2b3dd0bc1132917be7985ce0da57a6.tar.gz | |
Merge branch 'master' of github.com:cbbrowne/qmk_firmware
Diffstat (limited to 'tmk_core/protocol/lufa/bluetooth.c')
| -rw-r--r-- | tmk_core/protocol/lufa/bluetooth.c | 1 |
1 files changed, 0 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/>. #include "report.h" #include "print.h" #include "debug.h" -#include "../serial.h" #include "bluetooth.h" void bluefruit_keyboard_print_report(report_keyboard_t *report) |