diff options
Diffstat (limited to 'tests/test/support')
| -rw-r--r-- | tests/test/support/ehci_controller_fake.c (renamed from tests/test/support/ehci_controller.c) | 2 | ||||
| -rw-r--r-- | tests/test/support/ehci_controller_fake.h (renamed from tests/test/support/ehci_controller.h) | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/test/support/ehci_controller.c b/tests/test/support/ehci_controller_fake.c index a29f4d6be..d3659e834 100644 --- a/tests/test/support/ehci_controller.c +++ b/tests/test/support/ehci_controller_fake.c @@ -1,6 +1,6 @@ /**************************************************************************/ /*! - @file ehci_controller.c + @file ehci_controller_fake.c @author hathach (tinyusb.org) @section LICENSE diff --git a/tests/test/support/ehci_controller.h b/tests/test/support/ehci_controller_fake.h index e33abfb1f..7c8b0c27d 100644 --- a/tests/test/support/ehci_controller.h +++ b/tests/test/support/ehci_controller_fake.h @@ -1,6 +1,6 @@ /**************************************************************************/ /*! - @file ehci_controller.h + @file ehci_controller_fake @author hathach (tinyusb.org) @section LICENSE |
