ubitx-iop/ubitx_iop.h

11 lines
170 B
C
Raw Normal View History

2020-05-01 12:04:26 -04:00
#ifndef __UBITX_IOP_H__
#define __UBITX_IOP_H__
// comment this out to disable debugging code
//#define DEBUG
#define USBSERIAL Serial
#define HWSERIAL Serial1
#endif