diff options
Diffstat (limited to 'host/lib/cal')
-rw-r--r-- | host/lib/cal/cal_python.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/host/lib/cal/cal_python.hpp b/host/lib/cal/cal_python.hpp index 5de9e8288..bf1975416 100644 --- a/host/lib/cal/cal_python.hpp +++ b/host/lib/cal/cal_python.hpp @@ -117,8 +117,8 @@ void export_cal(py::module& m) .def("add_power_table", &pwr_cal::add_power_table, py::arg("gain_power_map"), - py::arg("max_power"), py::arg("min_power"), + py::arg("max_power"), py::arg("freq"), py::arg("temperature") = boost::optional<int>()) .def("clear", &pwr_cal::clear) |