summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/fingerprint/fingerprint.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/fingerprint/fingerprint.md b/docs/fingerprint/fingerprint.md
index cc5f284f2d..67e0bd024e 100644
--- a/docs/fingerprint/fingerprint.md
+++ b/docs/fingerprint/fingerprint.md
@@ -328,7 +328,7 @@ fingerprint development boards.
#### MCU is idle
```
-(chroot) $ dut-control fpmcu_slp_s3:off
+(chroot) $ dut-control fpmcu_slp_alt:off
```
```
@@ -345,7 +345,7 @@ fingerprint development boards.
#### MCU in low power mode (suspend)
```
-(chroot) $ dut-control fpmcu_slp_s3:on
+(chroot) $ dut-control fpmcu_slp_alt:on
```
```
@@ -382,7 +382,7 @@ measure releases before that point.
#### MCU is idle
```
-(chroot) $ dut-control fpmcu_slp_s3:off
+(chroot) $ dut-control fpmcu_slp_alt:off
```
```
@@ -397,7 +397,7 @@ measure releases before that point.
#### MCU in low power mode (suspend)
```
-(chroot) $ dut-control fpmcu_slp_s3:on
+(chroot) $ dut-control fpmcu_slp_alt:on
```
```