APT<->DSP interaction functions (stubbed when not using DSP)
| 93 | |
| 94 | // APT<->DSP interaction functions (stubbed when not using DSP) |
| 95 | __attribute__((weak)) bool aptDspSleep(void) { return false; } |
| 96 | __attribute__((weak)) void aptDspWakeup(void) { } |
| 97 | __attribute__((weak)) void aptDspCancel(void) { } |
| 98 |
no outgoing calls
no test coverage detected