Skip to content

Commit d6f0436

Browse files
committed
Replace us_lp tests reference with common_ticker
1 parent 34e9da3 commit d6f0436

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)