Skip to content

Commit b0c2ee9

Browse files
author
Amanda Butler
authored
Update snippet in us_ticker.md
Update as part of PR #468.
1 parent 4e0a648 commit b0c2ee9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)