mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 02:30:07 +00:00
8 lines
No EOL
111 B
C
8 lines
No EOL
111 B
C
#ifndef PROCESS_PRINTER_H
|
|
#define PROCESS_PRINTER_H
|
|
|
|
#include "quantum.h"
|
|
|
|
#include "protocol/serial.h"
|
|
|
|
#endif |