Update mhz16.cxx

copy/paste error
This commit is contained in:
Gérard Vidal
2018-04-15 16:22:59 +02:00
committed by GitHub
parent 9ab7426461
commit c7584c7644

View File

@ -95,7 +95,7 @@ MHZ16::MHZ16(char * uart_raw)
string(strerror(errno))); string(strerror(errno)));
return; return;
} }
}
MHZ16::~MHZ16() MHZ16::~MHZ16()
{ {