aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2023-04-23 21:28:41 +0200
committerBad Diode <bd@badd10de.dev>2023-04-23 21:28:41 +0200
commitfba5fc17df5c5e2e6a56ca13844771984cf30dc7 (patch)
tree061249890247acd14b062c23314289d7187ae65c /src/main.c
parent4959741a7eaac3b429912a1ccfd7ebe06d41ef0d (diff)
downloadstepper-fba5fc17df5c5e2e6a56ca13844771984cf30dc7.tar.gz
stepper-fba5fc17df5c5e2e6a56ca13844771984cf30dc7.zip
Add remaining UI elements for next RC
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index 525a0d9..0fb018f 100644
--- a/src/main.c
+++ b/src/main.c
@@ -15,7 +15,7 @@ WITH REGARD TO THIS SOFTWARE.
15#include "renderer_m0.c" 15#include "renderer_m0.c"
16#include "sequencer.c" 16#include "sequencer.c"
17 17
18#define PROF_ENABLE 1 18#define PROF_ENABLE 0
19#include "profiling.c" 19#include "profiling.c"
20 20
21void 21void
@@ -66,7 +66,6 @@ render(void) {
66 redraw_params = false; 66 redraw_params = false;
67 } 67 }
68 68
69 // PROF(draw_current_step(COL_RED), draw_cursor_cycles);
70 PROF(draw_cursors(), draw_cursor_cycles); 69 PROF(draw_cursors(), draw_cursor_cycles);
71} 70}
72 71