From c8c53901c29aa26987e366fcaac445dd4af824b3 Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Sun, 10 May 2020 01:40:35 +0200 Subject: [PATCH] Removed debug code. --- stream-pwm.c => stream-pdm.c | 6 ------ 1 file changed, 6 deletions(-) rename stream-pwm.c => stream-pdm.c (98%) diff --git a/stream-pwm.c b/stream-pdm.c similarity index 98% rename from stream-pwm.c rename to stream-pdm.c index eb51f38..d162668 100644 --- a/stream-pwm.c +++ b/stream-pdm.c @@ -79,8 +79,6 @@ void main(void) } } -#if 1 - printf("- %d\n\nInitializing %s ", eth_init, eth_name); if (ip65_init(eth_init)) { @@ -136,10 +134,6 @@ void main(void) } } -#else -url = "http://www.myhost.com/myfile.stream"; -#endif - clrscr(); gotoxy(0, 20); cprintf("%.160s", url);