Skip to content

Commit 7d3aaf6

Browse files
committed
Merge branch 'unused'
2 parents 42bda93 + 3751a09 commit 7d3aaf6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

test/unit-test/framework/mock_hidapi.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@ static void _delay(uint32_t msec)
3939
nanosleep(&ts, &rem);
4040
}
4141

42-
// function for sending packets?
43-
static void _send_packet_cb(void)
44-
{
45-
// printf("send\n");
46-
}
47-
4842
void* timer_task(void* args)
4943
{
5044
(void)args;

0 commit comments

Comments
 (0)