We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 913f5d8 commit 120e03aCopy full SHA for 120e03a
src/GWG/GWG.h
@@ -55,7 +55,7 @@ class GWG {
55
, _onResponseCallback(nullptr)
56
, _onErrorCallback(nullptr) {
57
assert(interface != nullptr);
58
- _interface = new(std::nothrow) VitoWiFiInternals::GenericInterface(interface);
+ _interface = new(std::nothrow) VitoWiFiInternals::GenericInterface<C>(interface);
59
if (!_interface) {
60
vw_log_e("Could not create serial interface");
61
vw_abort();
0 commit comments