summarylogtreecommitdiffstats
path: root/firmware.patch
diff options
context:
space:
mode:
Diffstat (limited to 'firmware.patch')
-rw-r--r--firmware.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/firmware.patch b/firmware.patch
new file mode 100644
index 000000000000..7f55caf4d454
--- /dev/null
+++ b/firmware.patch
@@ -0,0 +1,19 @@
+Index: firmware.c
+===================================================================
+--- firmware.c (revision 292)
++++ firmware.c (working copy)
+@@ -118,10 +118,10 @@
+ case AVR_MMCU_TAG_SIMAVR_CONSOLE: {
+ firmware->console_register_addr = src[0] | (src[1] << 8);
+ } break;
+- case AVR_MMCU_TAG_BITBANG: {
+- firmware->bitbang_on_mask =
+- src[0] | (src[1] << 8) | (src[2] << 16) | (src[3] << 24);
+- } break;
++ /* case AVR_MMCU_TAG_BITBANG: { */
++ /* firmware->bitbang_on_mask = */
++ /* src[0] | (src[1] << 8) | (src[2] << 16) | (src[3] << 24); */
++ /* } break; */
+ }
+ size -= next;
+ src += next - 2; // already incremented