MalekSediqi преди 9 години
родител
ревизия
d9d181d77c
променени са 2 файла, в които са добавени 3 реда и са изтрити 2 реда
  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();