Arianna autonomous DAQ firmware

Dependencies:   mbed SDFileSystemFilinfo AriSnProtocol NetServicesMin AriSnComm MODSERIAL PowerControlClkPatch DS1820OW

Revision:
84:80b15993944e
Parent:
3:24c5f0f50bf1
--- a/SnBase64.h	Mon Feb 23 03:04:39 2015 +0000
+++ b/SnBase64.h	Fri Oct 30 04:49:40 2015 +0000
@@ -1,6 +1,9 @@
 #ifndef BASE64_H
 #define BASE64_H
 
+#if 0
+/*
+
 #include <stdint.h>
 
 //Originaly from Rolf's iputil.h
@@ -21,4 +24,8 @@
     int modp_b64_decode(const char* src, int len, char* dest);
 };
 
+*/
+
+#endif // 0
+
 #endif
\ No newline at end of file