removed stupid fucking useless ass static mf

This commit is contained in:
Brett Weiland 2023-11-04 01:44:03 -05:00
parent 4d61973a28
commit cd3d3c07e5

View File

@ -9,7 +9,7 @@
#include "pins.h"
static struct link_pair {
struct link_pair {
struct pwm_event *next;
struct pwm_event *prev;
};