Skip to content
Snippets Groups Projects
Commit 18017dcc authored by s.oezguer@gmail.com's avatar s.oezguer@gmail.com
Browse files

ATTiny84 bugfix

parent 9f1bf100
No related branches found
No related tags found
No related merge requests found
......@@ -789,6 +789,7 @@ void RCSwitch::handleInterrupt() {
RCSwitch::timings[changeCount++] = duration;
lastTime = time;
}
#endif
/**
* Turns a decimal value to its binary representation
......@@ -818,5 +819,5 @@ char* RCSwitch::dec2binWcharfill(unsigned long Dec, unsigned int bitLength, char
return bin;
}
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment