| 1325 | } |
| 1326 | |
| 1327 | void DemoWritePowerup(uint8_t *data, uint16_t len) { |
| 1328 | cf_WriteByte(Demo_cfp, DT_POWERUP); |
| 1329 | cf_WriteShort(Demo_cfp, len); |
| 1330 | cf_WriteBytes(data, len, Demo_cfp); |
| 1331 | } |
| 1332 | |
| 1333 | extern void MultiDoMSafeFunction(uint8_t *data); |
| 1334 |
no test coverage detected