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

Fixed copy/paste error in mapVirtual.c for new IO card counting.

parent e40c8e0e
No related branches found
No related tags found
No related merge requests found
......@@ -144,7 +144,7 @@ mapPciModules( CDS_HARDWARE* pCds )
_device_shm = (unsigned char*)( kmalloc_area[ ret ] );
pCds->pci_dac[ dac_cnt ] = (long)_device_shm;
pCds->dacType[ dac_cnt ] = GSC_20AO8;
pCds->dacInstance[ dac_cnt ] = pCds->card_count[ GSC_16AO16 ];
pCds->dacInstance[ dac_cnt ] = pCds->card_count[ GSC_20AO8 ];
pCds->dacCount++;
dac_cnt++;
pCds->card_count[ GSC_20AO8 ] ++;
......
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