ICARUS OS (Intelligent Cooperative Architecture for Real-time Unified Systems) 0.1.0
Preemptive Real-Time Operating System for ARM Cortex-M7
Loading...
Searching...
No Matches
uart.h
Go to the documentation of this file.
1
17#ifndef BSP_UART_H
18#define BSP_UART_H
19
20#ifdef __cplusplus
21extern "C" {
22#endif
23
24/* UART not currently used - USB CDC provides serial interface */
25
26#ifdef __cplusplus
27}
28#endif
29
30#endif /* BSP_UART_H */