#ifndef assert_impl_h
#define assert_impl_h
#include "stm8s.h"
extern void assert_failed(uint8_t *file, uint32_t line);
#endif