Master_Control/Core/Inc/AMS_Errorcodes.h
2022-07-03 17:24:42 +02:00

17 lines
257 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
#endif /* INC_AMS_ERRORCODES_H_ */