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