NavHAL 0.1.0
NAVRobotec's architecture-agnostic HAL for embedded systems.
Loading...
Searching...
No Matches
hal_uart.h
Go to the documentation of this file.
1
16
17#ifndef HAL_UART_H
18#define HAL_UART_H
19
20#ifdef CORTEX_M4
21#include "core/cortex-m4/uart.h"
22#endif
23
24#endif // !HAL_UART_H
UART driver interface for STM32F4 (Cortex-M4).