Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed SDFileSystemFilinfo AriSnProtocol NetServicesMin AriSnComm MODSERIAL PowerControlClkPatch DS1820OW
Diff: SnBase64.cpp
- Revision:
- 84:80b15993944e
- Parent:
- 3:24c5f0f50bf1
--- a/SnBase64.cpp Mon Feb 23 03:04:39 2015 +0000
+++ b/SnBase64.cpp Fri Oct 30 04:49:40 2015 +0000
@@ -1,3 +1,5 @@
+#if 0
+/*
#include "SnBase64.h"
#include "SnBase64data.h"
@@ -180,3 +182,5 @@
return 3*chunks + (6*leftover)/8;
}
+*/
+#endif