Correct type of _frequency from int to long

master
torntrousers 2018-03-13 07:43:17 +00:00 committed by Sandeep Mistry
parent 27e2963c97
commit 5d6a7a398a
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ private:
int _ss;
int _reset;
int _dio0;
int _frequency;
long _frequency;
int _packetIndex;
int _implicitHeaderMode;
void (*_onReceive)(int);