machines/projects/pid-controller/firmware/config_validator.h
2023-11-12 21:43:05 +01:00

7 lines
86 B
C

#ifndef CONFIG_VALIDATOR
#define CONFIG_VALIDATOR
#include "common/macros.h"
#endif