SmartCar-V1/Code/library/public_diy.h

19 lines
166 B
C
Raw Normal View History

2024-12-17 22:12:53 +08:00
#ifndef __PUBLIC_DIY_H__
#define __PUBLIC_DIY_H__
#ifndef RET_OK
#define RET_OK (0u)
#endif
#ifndef RET_ERROR
#define RET_ERROR (1u)
#endif
2024-12-17 22:12:53 +08:00
#endif