diff --git a/femonreceiver.c b/femonreceiver.c index 233be06..bef5c65 100644 --- a/femonreceiver.c +++ b/femonreceiver.c @@ -136,7 +136,7 @@ void cFemonReceiver::Action(void) m_Active = true; while (Running() && m_Active) { - uint8_t *Data; + uchar *Data; double timeout; int len, Length; bool processed = false;