mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2026-03-29 02:52:47 +01:00
8 lines
111 B
C
8 lines
111 B
C
#ifndef PROCESS_PRINTER_H
|
|
#define PROCESS_PRINTER_H
|
|
|
|
#include "quantum.h"
|
|
|
|
#include "protocol/serial.h"
|
|
|
|
#endif |