Changeset 40804
- Timestamp:
- 08/24/17 19:28:42 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/scan.h
r40803 r40804 1310 1310 { 1311 1311 //scan DVB-T2 as DVB-T 1312 tpnode_tmp = createtransponder( id, FE_OFDM, tpnode->id, tpnode->frequency, tpnode->inversion, tpnode->symbolrate, tpnode->polarization, tpnode->fec, tpnode->modulation, tpnode->rolloff, tpnode->pilot, 1);1312 tpnode_tmp = createtransponder(tpnode->id, FE_OFDM, tpnode->orbitalpos, tpnode->frequency, tpnode->inversion, tpnode->symbolrate, tpnode->polarization, tpnode->fec, tpnode->modulation, tpnode->rolloff, tpnode->pilot, 1); 1313 1313 if(tpnode_tmp == NULL) 1314 1314 err("can't add DVB-T2 Transponder");
Note: See TracChangeset
for help on using the changeset viewer.