#ifndef __HAL_MONITOR_H__ #define __HAL_MONITOR_H__ #ifdef __cplusplus extern "C" { #endif /*Includes ------------------------------------------------------*/ #include /*API -------------------------------------------------------*/ void hal_monitor_Init(void); #ifdef __cplusplus } #endif #endif