약간의 수정2

This commit is contained in:
2025-12-10 00:12:53 +09:00
parent d3a2802333
commit 2ca19bf287
3 changed files with 46 additions and 4 deletions

View File

@@ -42,7 +42,7 @@ void test_ir(void) {
ir_ready_ready();
ir_read_value(&ir_value);
print_binary(ir_value);
printf("\n";)
printf("\n");
ir_read_off();
}
}