diff options
-rw-r--r-- | software_pwm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/software_pwm.c b/software_pwm.c index 5b55026..db813a6 100644 --- a/software_pwm.c +++ b/software_pwm.c @@ -9,7 +9,7 @@ #include "pins.h" -static struct link_pair { +struct link_pair { struct pwm_event *next; struct pwm_event *prev; }; |