helper function for the various receiveProtocol methods */
| 662 | |
| 663 | /* helper function for the various receiveProtocol methods */ |
| 664 | static IRAM_ATTR __forceinline unsigned int diff(int A, int B) { |
| 665 | return abs(A - B); |
| 666 | } |
| 667 | |
| 668 | /** |
| 669 | * |
no outgoing calls
no test coverage detected