Skip to content
Snippets Groups Projects
Commit d125b659 authored by Robin Mueller's avatar Robin Mueller
Browse files

typo

parent 73e69e63
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ def generate_img_handler_packet(service_queue: Deque, op_code: int):
command = generate_copy_bl_sdc_to_flash_packet(0)
service_queue.appendleft(command.pack_command_tuple())
elif op_code == "P0":
service_queue.appendleft(("print", "Configrung hamming code to be taken from SD card"))
service_queue.appendleft(("print", "Configuring hamming code to be taken from SD card"))
command = generate_param_packet_hamming_from_sdcard(enable=True, ssc=0)
service_queue.appendleft(command.pack_command_tuple())
elif op_code == "P1":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment