NavHAL 0.1.0
NAVRobotec's architecture-agnostic HAL for embedded systems.
Loading...
Searching...
No Matches
hal_types.h
Go to the documentation of this file.
1
16
17#ifndef HAL_TYPES
18#define HAL_TYPES
19
20#define __IO volatile
21#define NULL 0
22
23#endif // !HAL_TYPES