view autocal/stdband.h @ 31:6e8f2728c7f5

fc-rfcal-vcxo: added setlinebuf(stdout) to allow easier logging with tee
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 23 May 2017 00:08:41 +0000
parents 7ac866c3baf6
children dcf7cd305e2b
line wrap: on
line source

/* macro for encoding std and band in rfpw 7 command */

#define	RFPW_STD_BAND(std,band)	((std) | ((band) << 8))