ubitx-v5d-xcvr/ubitx_iop.h
2020-05-01 11:04:26 -05:00

11 lines
170 B
C

#ifndef __UBITX_IOP_H__
#define __UBITX_IOP_H__
// comment this out to disable debugging code
//#define DEBUG
#define USBSERIAL Serial
#define HWSERIAL Serial1
#endif