return a predictable value for an offset */
| 38 | return a predictable value for an offset |
| 39 | */ |
| 40 | static uint8_t pvalue(uint16_t offset) |
| 41 | { |
| 42 | return ((offset * 7) + 13) % 65536; |
| 43 | } |
| 44 | |
| 45 | void setup(void) |
| 46 | { |
no outgoing calls
no test coverage detected