diff options
author | Fred Sundvik <fsundvik@gmail.com> | 2017-04-10 10:36:09 +0300 |
---|---|---|
committer | Fred Sundvik <fsundvik@gmail.com> | 2017-04-13 16:00:29 +0300 |
commit | 109ae2f1e889a2450a98da41f17956c8ce9b79da (patch) | |
tree | c925d9363f8b0408c43c12a7e4fd5aa95d924c30 /quantum/process_keycode/process_printer.h | |
parent | a619b93e38c9d8dff86d5276ff9e549797045f3a (diff) | |
download | qmk_firmware-109ae2f1e889a2450a98da41f17956c8ce9b79da.tar.gz qmk_firmware-109ae2f1e889a2450a98da41f17956c8ce9b79da.zip |
Fix warnings in process_printer
Diffstat (limited to 'quantum/process_keycode/process_printer.h')
-rw-r--r-- | quantum/process_keycode/process_printer.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/quantum/process_keycode/process_printer.h b/quantum/process_keycode/process_printer.h index aa494ac8a..71d3a4b56 100644 --- a/quantum/process_keycode/process_printer.h +++ b/quantum/process_keycode/process_printer.h | |||
@@ -21,4 +21,6 @@ | |||
21 | 21 | ||
22 | #include "protocol/serial.h" | 22 | #include "protocol/serial.h" |
23 | 23 | ||
24 | bool process_printer(uint16_t keycode, keyrecord_t *record); | ||
25 | |||
24 | #endif | 26 | #endif |