8 lines
139 B
C
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 |