@ -8,9 +8,6 @@ void divide_by_zero() {
int x = 0;
int y = 5;
int z = y/x;
if(z) {
printf("hmm\n");
}
void test_serial_write() {
@ -28,4 +25,5 @@ void test_dispatcher() {
clear_fb();
test_write();
divide_by_zero();
The note is not visible to the blocked user.