From f5b7492de6c05a73d776a1f753959d0a15c57bc4 Mon Sep 17 00:00:00 2001 From: Andy Killorin <37423245+Speedy6451@users.noreply.github.com> Date: Thu, 27 Mar 2025 12:52:16 -0400 Subject: [PATCH] don't disable interrupts as we are using a ring buffer --- main.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/main.c b/main.c index 8da9f8d..634b4cb 100644 --- a/main.c +++ b/main.c @@ -106,12 +106,10 @@ int main(void) { int32_t adc_current_index; int32_t j; if (drawRequested) { - IntMasterDisable(); // critical section adc_current_index = gADCBufferIndex - 128; for (j=0; j