linky_tic/serial.h
2025-03-24 22:11:49 +01:00

8 lines
139 B
C

#ifndef SERIAL_TIC
#define SERIAL_TIC
//remap the ports. TODO: replace by a macro
#define DebugPort Serial1
#define TicPort Serial
#endif