Revision 3f4e998b host/lib/usrp/usrp1/clock_ctrl.cpp
| b/host/lib/usrp/usrp1/clock_ctrl.cpp | ||
|---|---|---|
| 64 | 64 |
rates.push_back(master_clock_rate / div); |
| 65 | 65 |
return rates; |
| 66 | 66 |
#else |
| 67 |
return std::vector<double>(1, 64e6);
|
|
| 67 |
return std::vector<double>(1, master_clock_rate);
|
|
| 68 | 68 |
#endif |
| 69 | 69 |
} |
| 70 | 70 |
|
Also available in: Unified diff