Skip to content

Commit cba48ed

Browse files
author
neil.hamilton
committed
correct typo in PicoDeviceEnums.py
1 parent 5092595 commit cba48ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

picosdk/PicoDeviceEnums.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,7 +236,7 @@ def _define_action():
236236

237237
picoEnum.PICO_ACTION = _define_action()
238238

239-
picoEnum.Pico_TRIGGER_STATE = make_enum([
239+
picoEnum.PICO_TRIGGER_STATE = make_enum([
240240
"PICO_CONDITION_DONT_CARE",
241241
"PICO_CONDITION_TRUE",
242242
"PICO_CONDITION_FALSE"

0 commit comments

Comments
 (0)