Midnight Sun Firmware
Loading...
Searching...
No Matches
retarget.h
1#pragma once
2
3/************************************************************************************************
4 * @file retarget.h
5 *
6 * @brief Retarget library for Hard fault handling
7 *
8 * @date 2025-01-28
9 * @author Midnight Sun Team #24 - MSXVI
10 ************************************************************************************************/
11
12/* Standard library Headers */
13
14/* Inter-component Headers */
15
16/* Intra-component Headers */
17
27void retarget_init();
28
void retarget_init()
Initialze the UART interface for hard fault register dumping.
Definition: retarget.c:31