diff autocal/stdband.h @ 20:7ac866c3baf6

autocal: set_std_band() function replaced with RFPW_STD_BAND() macro
author Mychaela Falconia <falcon@freecalypso.org>
date Mon, 22 May 2017 20:35:42 +0000
parents
children dcf7cd305e2b
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/autocal/stdband.h	Mon May 22 20:35:42 2017 +0000
@@ -0,0 +1,3 @@
+/* macro for encoding std and band in rfpw 7 command */
+
+#define	RFPW_STD_BAND(std,band)	((std) | ((band) << 8))