mirror of
https://github.com/saymrwulf/uhd.git
synced 2026-05-16 21:10:10 +00:00
Merge branch 'maint'
This commit is contained in:
commit
d88ae533c4
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ std::vector<double> x300_dboard_iface::get_clock_rates(unit_t unit)
|
|||
}
|
||||
}
|
||||
|
||||
void x300_dboard_iface::set_clock_enabled(unit_t unit, bool enb)
|
||||
void x300_dboard_iface::set_clock_enabled(UHD_UNUSED(unit_t unit), UHD_UNUSED(bool enb))
|
||||
{
|
||||
// TODO Variable DBoard clock control needs to be implemented for X300.
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue