We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b556075 commit 2b7846dCopy full SHA for 2b7846d
tools/elf2bin.py
@@ -25,7 +25,7 @@
25
import sys
26
import tempfile
27
28
-fmodeb = { 'dout': 3, 'dio': 2, 'quot': 1, 'qio': 0 }
+fmodeb = { 'dout': 3, 'dio': 2, 'qout': 1, 'qio': 0 }
29
ffreqb = { '40': 0, '26': 1, '20': 2, '80': 15 }
30
fsizeb = { '512K': 0, '256K': 1, '1M': 2, '2M': 3, '4M': 4, '8M': 8, '16M': 9 }
31
0 commit comments