| 33 | static uint8_t gI2CClientCount = 0; |
| 34 | |
| 35 | void modI2CInit(modI2CConfiguration config) |
| 36 | { |
| 37 | gI2CConfig.hz = 1; // garbage value to ensure mismatch |
| 38 | |
| 39 | gI2CClientCount += 1; |
| 40 | } |
| 41 | |
| 42 | void modI2CUninit(modI2CConfiguration config) |
| 43 | { |
no outgoing calls
no test coverage detected