Copy/paste mistake

Signed-off-by: g-vidal <gerard.vidal@ens-lyon.fr>
This commit is contained in:
g-vidal 2018-04-15 18:24:23 +02:00
parent 9ab7426461
commit 057d7f2a8f

View File

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