diff options
| author | hathach <[email protected]> | 2013-05-09 13:05:48 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-05-09 13:05:48 +0700 |
| commit | e401372c051e2ce3761daaf18deb4df39797fff4 (patch) | |
| tree | 6f914e2a8bb5c6ee4a483bf18ffb4f3463d1daa0 /tests/test/support | |
| parent | 63add701391ae30cd43bb2a06d87df3dda5803b8 (diff) | |
rename ehci_controller to ehci_controller_fake
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 |
