From 388f950559e967f6a5e29589f24cb91647f12536 Mon Sep 17 00:00:00 2001 From: zimoch Date: Fri, 16 Sep 2011 15:25:07 +0000 Subject: [PATCH] put in aai and aao, they are now standard parts in 3.14.12 --- src/CONFIG_STREAM | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/CONFIG_STREAM b/src/CONFIG_STREAM index 546398a..d6e984e 100644 --- a/src/CONFIG_STREAM +++ b/src/CONFIG_STREAM @@ -13,7 +13,7 @@ RECORDS += longout longin RECORDS += stringout stringin RECORDS += waveform RECORDS += calcout -#RECORDS += aai aao +RECORDS += aai aao # Do you have synApps and want support for scalcout? # Then define CALC or SYNAPPS in your RELEASE file @@ -22,6 +22,7 @@ RECORDS += calcout # you have to build the 'sscan' and 'genSub' # modules before building 'calc'. # See doc/scalcout.html for a required fix in scalcout. + SYNAPPS_RECORDS += scalcout # You may add more bus interfaces @@ -29,7 +30,7 @@ SYNAPPS_RECORDS += scalcout # $(BUS)Interface.cc # asynDriver interface is added automatically # if ASYN is defined in your RELEASE file. -# BUSSES += Debug + BUSSES += Debug BUSSES += Dummy