Skip to content

Commit

Permalink
Comma forgotten.
Browse files Browse the repository at this point in the history
  • Loading branch information
BenediktBurger committed Jan 20, 2023
1 parent 07062d7 commit 205b11c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion picoscope/error_codes.py
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@
("the driver is performing a capture requested by RunStreaming or "
"RunBlock to interrupt this capture call Stop on the device first")],
[0x2000001, "PICO_TRIGGER_TIME_NOT_REQUESTED",
"Requesting the TriggerTimeOffset, the trigger time has not been set."]
"Requesting the TriggerTimeOffset, the trigger time has not been set."],
[0x1000000, "PICO_DEVICE_TIME_STAMP_RESET", ""],
[0x10000000, "PICO_WATCHDOGTIMER", ""],
[0x10000001, "PICO_IPP_NOT_FOUND", ""],
Expand Down

0 comments on commit 205b11c

Please sign in to comment.