NavHAL 0.1.0
NAVRobotec's architecture-agnostic HAL for embedded systems.
Loading...
Searching...
No Matches
hal_status.h
Go to the documentation of this file.
1
17
18#ifndef STATUS_H
19#define STATUS_H
20
21#define SUCCESS 0
22#define FAILURE -1
23
24#endif // !STATUS_H