aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2023-08-10 21:43:12 +0200
committerBad Diode <bd@badd10de.dev>2023-08-10 21:43:12 +0200
commitc888455af3ea5b9e8d2087a57df104c14ffac09e (patch)
tree98a38361e940f6b5b12153025b8346a5195f3ef7 /src/main.c
parentbb4af22481a27d9324f5377b7024e3592d4227ff (diff)
downloadstepper-c888455af3ea5b9e8d2087a57df104c14ffac09e.tar.gz
stepper-c888455af3ea5b9e8d2087a57df104c14ffac09e.zip
Add two more banks and channel icons
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 76a54b6..6992ac2 100644
--- a/src/main.c
+++ b/src/main.c
@@ -145,7 +145,7 @@ render(void) {
145 } break; 145 } break;
146 } 146 }
147 // DEBUG: Ensuring the saved data don't exceed SRAM size (32k). 147 // DEBUG: Ensuring the saved data don't exceed SRAM size (32k).
148 txt_drawf("SIZE: %lu", 0, 0, COL_ACC_1, sizeof(Metadata) + sizeof(patterns) * 6 + sizeof(chain) * 6); 148 // txt_drawf("SIZE: %lu", 0, 0, COL_ACC_1, sizeof(Metadata) + sizeof(patterns) * 6 + sizeof(chain) * 6);
149} 149}
150 150
151void 151void