view autocal/stdband.h @ 37:498b90f6e224

fc-cmu200d: added command line options
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 27 May 2017 01:58:06 +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))