Skip to content

Commit

Permalink
Fix CI whining 3
Browse files Browse the repository at this point in the history
  • Loading branch information
k1-801 committed Jun 30, 2024
1 parent d2d0259 commit 857295b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions hidtest/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ void print_devices_with_descriptor(struct hid_device_info *cur_dev) {

//
// Default static testing
void test_static()
void test_static(void)
{
struct hid_device_info *devs;

Expand All @@ -182,7 +182,7 @@ void test_static()

//
// Fixed device testing
void test_device()
void test_device(void)
{
int res;
unsigned char buf[256];
Expand Down Expand Up @@ -364,7 +364,7 @@ int device_callback(
}


void test_hotplug()
void test_hotplug(void)
{
printf("Starting the Hotplug test\n");
printf("(Press Q to exit the test)\n");
Expand Down

0 comments on commit 857295b

Please sign in to comment.