Add RADPlutoSettings to initializer template call

pull/25/head
Kyle Schwarz 2020-08-10 15:07:12 -04:00
parent 08928c36e3
commit d58202dfc0
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ public:
private:
RADPlutoUSB(neodevice_t neodevice) : RADPluto(neodevice) {
initialize<STM32>();
initialize<STM32, RADPlutoSettings>();
}
};