Thank you to anyone who has already donated - your generous donations helped make three months of treatment possible.

My brother Nate continues to fight stage IV Hodgkin's lymphoma. He's just 31, with a wife and baby girl. They have no active income (since he's been unable to return to work), no insurance, and cannot afford the treatment he needs. Nate and his family need your help. Please consider a donation, every dollar helps. Thanks.


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/apps/plugins/test_boost.c b/apps/plugins/test_boost.c
index 2406990..23d76d3 100644
--- a/apps/plugins/test_boost.c
+++ b/apps/plugins/test_boost.c
@@ -51,8 +51,8 @@ enum plugin_status plugin_start(const void* parameter)
         rb->screens[0]->putsf(0, 1, "loops/s: %d", per_sec);
         rb->screens[0]->update();
         count++;
-
-        switch (rb->get_action(CONTEXT_STD, TIMEOUT_NOBLOCK))
+        /*volatile*/ int action = rb->get_action(CONTEXT_STD, TIMEOUT_NOBLOCK);
+        switch (action)
         {
 #ifdef HAVE_ADJUSTABLE_CPU_FREQ
             case ACTION_STD_PREV: