kopia lustrzana https://github.com/RobertGawron/IonizationChamber
6 wiersze
127 B
C
6 wiersze
127 B
C
![]() |
#ifndef assert_impl_h
|
||
|
#define assert_impl_h
|
||
|
#include "stm8s.h"
|
||
|
extern void assert_failed(uint8_t *file, uint32_t line);
|
||
|
|
||
|
#endif
|