Change struct order for some reason

This commit is contained in:
XANTRONIX Development 2023-12-24 00:11:06 -05:00
parent ad3af5b7fa
commit f3b8cab5d6

View file

@ -13,8 +13,8 @@ typedef struct _hexagram_schedule_slot {
} hexagram_schedule_slot;
typedef struct _hexagram_schedule {
size_t current;
timer_t timer;
size_t current;
} hexagram_schedule;
hexagram_schedule *hexagram_schedule_create(hexagram_table_entry *table,