fix stray character typo

Signed-off-by: Matt Liberty <mliberty@precisioninno.com>
This commit is contained in:
Matt Liberty 2025-09-27 05:19:11 +00:00
parent f4cb6e7354
commit a5a62be89d
1 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ proc set_power_activity { args } {
if { [info exists keys(-duty)] } {
set duty $keys(-duty)
check_float "duty" $duty
if { $duty < 0.0 || $duty > 1.0 } {i
if { $duty < 0.0 || $duty > 1.0 } {
sta_error 309 "duty should be 0.0 to 1.0"
}
}