1
0
Fork 0

Fix warnings in process_printer

This commit is contained in:
Fred Sundvik 2017-04-10 10:36:09 +03:00
parent a619b93e38
commit 109ae2f1e8
3 changed files with 15 additions and 13 deletions

View file

@ -21,4 +21,6 @@
#include "protocol/serial.h"
bool process_printer(uint16_t keycode, keyrecord_t *record);
#endif