NavHAL 0.1.0
NAVRobotec's architecture-agnostic HAL for embedded systems.
Loading...
Searching...
No Matches
hal_clock.h
Go to the documentation of this file.
1
16
17#ifndef HAL_CLOCK_H
18#define HAL_CLOCK_H
19
20#ifdef CORTEX_M4
21#include "core/cortex-m4/clock.h"
22#endif // CORTEX_M4
23
24#endif // HAL_CLOCK_H
Cortex-M4 specific clock control HAL interface.