Skip to content
Snippets Groups Projects
Commit 17b427e3 authored by dawehr's avatar dawehr Committed by dawehr
Browse files

quad: add volatile modifier to virtual quad i/o

parent b3386507
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@
void * output_cached_led();
int on;
volatile int on;
static char *led_fifo_name;
pthread_t worker;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment