12345678910111213141516171819 |
- #ifndef __HAL_MONITOR_H__
- #define __HAL_MONITOR_H__
- #ifdef __cplusplus
- extern "C" {
- #endif
- /*Includes ------------------------------------------------------*/
- #include <stdint.h>
- /*API -------------------------------------------------------*/
- void hal_monitor_Init(void);
- #ifdef __cplusplus
- }
- #endif
- #endif
|