rt-thread/libcpu/arm/common/div0.c

5 lines
36 B
C

void __div0 (void)
{
while (1) ;
}