| 53 | // #include "modPreference.h" |
| 54 | uint8_t modPreferenceSet(char *domain, char *key, uint8_t prefType, uint8_t *value, uint16_t byteCount) { return 0; } |
| 55 | uint8_t modPreferenceGet(char *domain, char *key, uint8_t *type, uint8_t *value, uint16_t byteCountIn, uint16_t *byteCountOut) { if (*byteCountOut) *byteCountOut = 0; return 0;} |
| 56 | |
| 57 | #endif |
| 58 |
no outgoing calls
no test coverage detected