update

Revision:
2:ac7586424119
Parent:
1:69c49c2be760
--- a/millis.h	Thu Jun 02 16:37:40 2016 +0000
+++ b/millis.h	Thu Jun 02 16:51:36 2016 +0000
@@ -19,7 +19,7 @@
  along with this program.  If not, see <http://www.gnu.org/licenses/>.
   */
 
-extern "C" void          millisStart(void);
-extern "C" unsigned long millis(void);
+void           millisStart(void);
+unsigned long  millis(void);
 
 #endif