Skip to content

Commit 4e0a648

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
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 `LOWPOWERTIMER` label in
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:

0 commit comments

Comments
 (0)