Skip to content

Commit 15633eb

Browse files
committed
fixed typo in comment of instruction definition
1 parent f0d86db commit 15633eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

esp32_ulp/opcodes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ def make_ins(layout):
112112
unused : 8 # Unused
113113
low : 5 # Low bit
114114
high : 5 # High bit
115-
opcode : 4 # Opcode (OPCODE_WR_REG)
115+
opcode : 4 # Opcode (OPCODE_RD_REG)
116116
""")
117117

118118

0 commit comments

Comments
 (0)