template.c: merge exact, neighbor conditional compilation
This commit is contained in:
parent
ca282d20c8
commit
160c40fc11
@ -161,9 +161,7 @@ main(void)
|
|||||||
#if !SILENT_MODE
|
#if !SILENT_MODE
|
||||||
puts(":: C bytebeat generator: runtime unit");
|
puts(":: C bytebeat generator: runtime unit");
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
#endif
|
|
||||||
|
|
||||||
#if !SILENT_MODE
|
|
||||||
printf(
|
printf(
|
||||||
"\n"
|
"\n"
|
||||||
"Sample rate: " INT2STR(SAMPLE_RATE) " Hz\n"
|
"Sample rate: " INT2STR(SAMPLE_RATE) " Hz\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user