diff nuc-fw/cfgmagic/post-target @ 93:45911ad957fd

nuc-fw: beginning to integrate TI's BSP code
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sat, 31 Aug 2013 23:43:23 +0000
parents ccde45a06737
children 3b2e941043d8
line wrap: on
line diff
--- a/nuc-fw/cfgmagic/post-target	Sun Aug 25 21:20:20 2013 +0000
+++ b/nuc-fw/cfgmagic/post-target	Sat Aug 31 23:43:23 2013 +0000
@@ -65,17 +65,17 @@
 
 case "$ABB_type" in
 	Iota*)
-		ANLG_FAM=2
+		ANALOG=2
 		;;
 	Syren*)
-		ANLG_FAM=3
+		ANALOG=3
 		;;
 	*)
 		echo "Error: unknown ABB_type=$ABB_type" 1>&2
 		exit 1
 		;;
 esac
-export_to_c	ANLG_FAM
+export_to_c	ANALOG
 
 # Ensure that device_class is set - various feature configurations
 # will certainly depend on it.