mirror of
https://github.com/intrepidcs/libicsneo.git
synced 2026-09-21 00:18:38 +02:00
Add RADPlutoSettings to initializer template call
This commit is contained in:
@@ -20,7 +20,7 @@ public:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
RADPlutoUSB(neodevice_t neodevice) : RADPluto(neodevice) {
|
RADPlutoUSB(neodevice_t neodevice) : RADPluto(neodevice) {
|
||||||
initialize<STM32>();
|
initialize<STM32, RADPlutoSettings>();
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user