Johannes Kutning 0d1b73e3e0 Initial commit
2023-10-31 07:47:27 +01:00

9 lines
123 B
C

#pragma once
#include "task_base_config.h"
typedef struct {
task_base_config base;
uint32_t start;
} crc_config;