/* * Error_Check.c * * Created on: Jun 16, 2022 * Author: max */ #include "Error_Check.h" ErrorFlags CheckErrorFlags() { ErrorFlags errors = {0}; return errors; }