| 55 | //////////////////////////////////////////////////////////////////////////////// |
| 56 | #if (defined(RPMSG) || defined(MU)) |
| 57 | static void SignalReady(void) |
| 58 | { |
| 59 | /* Signal the other core we are ready by trigerring the event and passing the APP_ERPC_READY_EVENT_DATA */ |
| 60 | MCMGR_TriggerEvent(kMCMGR_RemoteApplicationEvent, APP_ERPC_READY_EVENT_DATA); |
| 61 | } |
| 62 | #endif |
| 63 | |
| 64 | int main(void) |