kopia lustrzana https://github.com/RobertGawron/IonizationChamber
10 wiersze
120 B
C
10 wiersze
120 B
C
![]() |
#include "assert_impl.h"
|
||
|
|
||
|
void assert_failed(
|
||
|
uint8_t *file,
|
||
|
uint32_t line)
|
||
|
{
|
||
|
(void)file;
|
||
|
(void)line;
|
||
|
}
|