<div>hi£º</div>
<div> when i test netdemo ,i found that the routine call the function rtems_event_send function in the Start function. </div>
<div>I got the content of rtems_event_send as following£º</div>
<div> rtems_status_code rtems_event_send(<br> Objects_Id id,<br> rtems_event_set event_in<br>)<br>{<br> _Internal_error_Occurred(<br> INTERNAL_ERROR_RTEMS_API,<br> FALSE,<br> RTEMS_NOT_CONFIGURED<br>
);<br> return RTEMS_NOT_CONFIGURED;<br>} </div>
<div> this function is found in file c/src/optman/rtems/no-event.c, but i found another rtems_event_send function in file </div>
<div>cpukit/rtems/src/eventsend.c¡£</div>
<div> So, how to configure the application can make it right?</div>
<div> Thanks a lot</div>