This commit is contained in:
2024-03-13 14:52:46 +01:00
parent 19be1a6e48
commit f5b0e67056
21 changed files with 391 additions and 18 deletions

View File

@ -17,8 +17,8 @@
typedef struct {
uint32_t delay;
uint32_t period;
uint16_t delay;
uint16_t period;
uint8_t run;
void (*exec)(void *handle);
void *handle;