Skip to content

Commit

Permalink
Update unit tests (ARMmbed#59)
Browse files Browse the repository at this point in the history
Remove unnecessary stub eventOS_event_send
  • Loading branch information
Arto Kinnunen authored Feb 1, 2017
1 parent 6a5634a commit f49e596
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/coap-service/unittest/stub/eventOS_event_stub.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@

eventOs_event_stub_def eventOs_event_stub;

int8_t eventOS_event_send(arm_event_s *event)
{
return eventOs_event_stub.int8_value;
}

int8_t eventOS_event_handler_create(void (*handler_func_ptr)(arm_event_s *), uint8_t init_event_type)
{
eventOs_event_stub.event_ptr = handler_func_ptr;
Expand Down

0 comments on commit f49e596

Please sign in to comment.