17 lines
257 B
C
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_ */
|