FreeCalypso > hg > fc-magnetite
comparison src/g23m-aci/aci/ati_cmd.c @ 208:ab79cf3c29a5
AT-over-RVTMUX mechanism ported over to the TCS3.2 version of ACI
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 14 Oct 2016 17:15:08 +0000 |
parents | 53929b40109c |
children | 2f17574d7001 |
comparison
equal
deleted
inserted
replaced
207:dcc3b8646a34 | 208:ab79cf3c29a5 |
---|---|
1451 #ifdef SIM_TOOLKIT | 1451 #ifdef SIM_TOOLKIT |
1452 sat_new_source(); | 1452 sat_new_source(); |
1453 aci_sat_cmd_init(); | 1453 aci_sat_cmd_init(); |
1454 #endif | 1454 #endif |
1455 | 1455 |
1456 #if 1 //CONFIG_AT_RVTMUX | |
1457 ati_src_rvt_register(); | |
1458 #endif | |
1459 | |
1456 cmd_clearCnmiBuf (); | 1460 cmd_clearCnmiBuf (); |
1457 | 1461 |
1458 /* for ATI parameters that are source dependant */ | 1462 /* for ATI parameters that are source dependant */ |
1459 for(i=0;i<CMD_SRC_MAX;i++) | 1463 for(i=0;i<CMD_SRC_MAX;i++) |
1460 { | 1464 { |