Skip to content

Commit 52a7897

Browse files
committed
fix typo
1 parent a595e61 commit 52a7897

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ var (
2626
com_port = flag.String("port", "", "Upload serial port")
2727
ble_compliance_string = flag.String("ble_fw_str", "", "BLE FW ID string")
2828
ble_compliance_offset = flag.Int("ble_fw_pos", 0, "BLE FW ID offset")
29-
rtos_compliance_string = flag.String("rots_fw_str", "", "RTOS FW ID string")
29+
rtos_compliance_string = flag.String("rtos_fw_str", "", "RTOS FW ID string")
3030
rtos_compliance_offset = flag.Int("rtos_fw_pos", 0, "RTOS FW ID offset")
3131
)
3232

0 commit comments

Comments
 (0)