Skip to content
Snippets Groups Projects
Commit 99602c7f authored by Rolf Bork's avatar Rolf Bork
Browse files

Completed work to changes necessary to compile Dolphin timing slaves

using controllerIop.c.  Once thoroughly tested, should be able to
deprecate controllerTS.c.
parent f6fcb213
No related branches found
No related tags found
No related merge requests found
......@@ -1835,7 +1835,8 @@ print "\tPart number is $remoteGpsPart\n";
if($virtualiop == 1) {
print OUT "#include \"$rcg_src_dir/src/fe/controllerVirtual.c\"\n";
} elsif ($virtualiop == 2) {
print OUT "#include \"$rcg_src_dir/src/fe/controllerTS.c\"\n";
print OUTM "EXTRA_CFLAGS += -DTIME_SLAVE=1\n";
print OUT "#include \"$rcg_src_dir/src/fe/controllerIop.c\"\n";
} elsif ($virtualiop == 3) {
print OUT "#include \"$rcg_src_dir/src/fe/controllerLR.c\"\n";
} elsif ($virtualiop == 4) {
......
......@@ -81,7 +81,6 @@ typedef struct CDS_REMOTE_NODES {
#define DUMMY_ADC_VAL 0xf000000 // Dummy value for test last ADC channel has arrived
#define ADC_1ST_CHAN_MARKER 0xf0000 // Only first ADC channel should have upper bits set as first chan marker.
#define IOP_IO_RATE 65536
// #define IOP_IO_RATE 524288
#define ADC_DUOTONE_BRD 0
#define ADC_DUOTONE_CHAN 31
#define DAC_DUOTONE_CHAN 30
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment