FreeCalypso > hg > ffs-editor
comparison src/cs/services/etm/etm_task.c @ 14:4f94a09e0a6a
ETM patches for passing link
| author | Mychaela Falconia <falcon@freecalypso.org> |
|---|---|
| date | Fri, 15 May 2020 04:31:50 +0000 |
| parents | 92470e5d0b9e |
| children |
comparison
equal
deleted
inserted
replaced
| 13:c07376e250c1 | 14:4f94a09e0a6a |
|---|---|
| 112 int status = RV_OK, buf_size; | 112 int status = RV_OK, buf_size; |
| 113 | 113 |
| 114 /* Entity registration to ETM */ | 114 /* Entity registration to ETM */ |
| 115 /* This should be in the individual SWE init. function*/ | 115 /* This should be in the individual SWE init. function*/ |
| 116 status = etm_core_init(); | 116 status = etm_core_init(); |
| 117 #if 0 /* FC FFS editor */ | |
| 117 status = etm_audio_init(); | 118 status = etm_audio_init(); |
| 118 #ifdef RVM_LCC_SWE | 119 #ifdef RVM_LCC_SWE |
| 119 status = etm_pwr_init(); | 120 status = etm_pwr_init(); |
| 121 #endif | |
| 120 #endif | 122 #endif |
| 121 | 123 |
| 122 while (1) | 124 while (1) |
| 123 { | 125 { |
| 124 recv_event = rvf_wait(0xffff,0); /* Wait (infinite) for all events. */ | 126 recv_event = rvf_wait(0xffff,0); /* Wait (infinite) for all events. */ |
