Master_Control/Core/Inc/AMS_Errorcodes.h

18 lines
294 B
C

/*
* AMS_Errorcodes.h
*
* Created on: Jun 16, 2022
* Author: max
*/
#ifndef INC_AMS_ERRORCODES_H_
#define INC_AMS_ERRORCODES_H_
#include "main.h"
#define SlavesTimeoutError 1
#define SlavesErrorFrameError 2
#define SLAVES_FRAME_TIMEOUT_ERROR 3
#endif /* INC_AMS_ERRORCODES_H_ */