Skip to content

Commit 4758f9b

Browse files
author
Amanda Butler
authored
Merge pull request #468 from bulislaw/us_lp_common
Replace us_lp tests reference with common_ticker
2 parents a79ba9e + d6f0436 commit 4758f9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/reference/contributing/target/lp_ticker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ To enable low power ticker support in Mbed OS, add the `LPTICKER` label in the `
5757
The Mbed OS HAL provides a set of conformance tests for the low power ticker. You can use these tests to validate the correctness of your implementation. To run the low power ticker HAL tests, use the following command:
5858

5959
```
60-
mbed test -t <toolchain> -m <target> -n tests-mbed_hal-lp_us_ticker*,tests-mbed_hal-lp_ticker*
60+
mbed test -t <toolchain> -m <target> -n tests-mbed_hal-common_ticker*,tests-mbed_hal-lp_ticker*
6161
```
6262

6363
You can read more about the test cases:

docs/reference/contributing/target/us_ticker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ To enable microsecond ticker support in Mbed OS, add the `USTICKER` label in the
5757
The Mbed OS HAL provides a set of conformance tests for the microsecond ticker. You can use these tests to validate the correctness of your implementation. To run the microsecond ticker HAL tests, use the following command:
5858

5959
```
60-
mbed test -t <toolchain> -m <target> -n tests-mbed_hal-lp_us_ticker*,tests-mbed_hal-us_ticker*
60+
mbed test -t <toolchain> -m <target> -n tests-mbed_hal-common_ticker*,tests-mbed_hal-us_ticker*
6161
```
6262

6363
You can read more about the test cases:

0 commit comments

Comments
 (0)