]> Kevux Git Server - fll/commitdiff
Regression: Invalid code added to controller.
authorKevin Day <thekevinday@gmail.com>
Sat, 2 Apr 2022 22:47:55 +0000 (17:47 -0500)
committerKevin Day <thekevinday@gmail.com>
Sat, 2 Apr 2022 22:47:55 +0000 (17:47 -0500)
This got accidentally changed in this commit: 928bb81378ba50f086af5eb54327819751a523aa.

level_3/controller/c/thread/private-thread_signal.c

index 79e6f01558add04770a6cfe0ea975a675f6dd0d3..75cbc29aae999308d9eba3175d54111bf5db4ca7 100644 (file)
@@ -55,7 +55,7 @@ extern "C" {
       return F_interrupt_not;
     }
 
-    fll_program_data_t *main = (fll_program_data_t *) state_ptr->custom;
+    controller_state_interrupt_t *custom = (controller_state_interrupt_t *) state_ptr->custom;
     controller_thread_t *thread = custom->thread;
 
     if (!controller_thread_is_enabled(custom->is_normal, thread)) {