Skip to content
Snippets Groups Projects
Commit b6a34cdd authored by Max Horn's avatar Max Horn
Browse files

fix comment for diff

parent 884bbd7e
No related branches found
No related tags found
No related merge requests found
...@@ -651,7 +651,7 @@ unsigned int* RCSwitch::getReceivedRawdata() { ...@@ -651,7 +651,7 @@ unsigned int* RCSwitch::getReceivedRawdata() {
return RCSwitch::timings; return RCSwitch::timings;
} }
/* helper function for the various receiveProtocol methods */ /* helper function for the receiveProtocol method */
static inline unsigned int diff(int A, int B) { static inline unsigned int diff(int A, int B) {
return abs(A - B); return abs(A - B);
} }
......
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