chore: some reorganising
This commit is contained in:
parent
13a63d548c
commit
d11d074960
4 changed files with 7 additions and 2 deletions
|
|
@ -1,4 +1,8 @@
|
|||
#include "vieter_cron.h"
|
||||
#include <stdbool.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <time.h>
|
||||
|
||||
// This prefix is needed to properly compile
|
||||
const uint8_t parse_month_days[] = {31, 28, 31, 30, 31, 30,
|
||||
|
|
|
|||
Reference in a new issue