mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-19 23:08:34 +03:00
fix newline \n\r with \r\n
This commit is contained in:
@@ -4,5 +4,5 @@
|
||||
|
||||
void gpio_test_init(void)
|
||||
{
|
||||
printf("FIXME run tests here\n\r");
|
||||
printf("FIXME run tests here\r\n");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user