hal_monitor.h 313 B

12345678910111213141516171819
  1. #ifndef __HAL_MONITOR_H__
  2. #define __HAL_MONITOR_H__
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. /*Includes ------------------------------------------------------*/
  7. #include <stdint.h>
  8. /*API -------------------------------------------------------*/
  9. void hal_monitor_Init(void);
  10. #ifdef __cplusplus
  11. }
  12. #endif
  13. #endif