Kaynağa Gözat

kut janco met je error

MalekSediqi 9 yıl önce
ebeveyn
işleme
d9d181d77c
2 değiştirilmiş dosya ile 3 ekleme ve 2 silme
  1. 2 1
      buttonPrefix.c
  2. 1 1
      httpstream.h

+ 2 - 1
buttonPrefix.c

@@ -2,6 +2,7 @@
 // Created by malek on 23-3-2016.
 //
 
+/*
 #include "keyboard.h"
 
 void buttonCheck()
@@ -11,4 +12,4 @@ void buttonCheck()
     for (int i = 0; i < 5; ++i) {
 
     }
-}
+}*/

+ 1 - 1
httpstream.h

@@ -4,7 +4,7 @@
 
 #ifndef _Httpstream_H
 #define _Httpstream_H
-
+#include "ntp.h"
 extern bool HttpIsStreaming();
 extern void playStream(char *ipaddr, u_short port, char *radiourl);
 extern void stopStream();