Skip to content

Commit

Permalink
firmware: tests: mockups: drivers: Remove unnecessary mockup function
Browse files Browse the repository at this point in the history
  • Loading branch information
c-porto committed May 15, 2024
1 parent 07fbde5 commit 3f2234f
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions firmware/tests/mockups/drivers/sl_ttc2_wrap.c
Original file line number Diff line number Diff line change
Expand Up @@ -491,11 +491,6 @@ int __wrap_sl_ttc2_read_packet(sl_ttc2_config_t config, uint8_t *data, uint16_t
return mock_type(int);
}

int __wrap_sl_ttc2_mutex_create(void)
{
return mock_type(int);
}

int __wrap_sl_ttc2_mutex_take(void)
{
return mock_type(int);
Expand Down

0 comments on commit 3f2234f

Please sign in to comment.