dead simple rtc code for getting current datetime.
[lunaix-os.git] / lunaix-os / includes / lunaix / spike.h
index 076482215cfcea8a8f031cd6f10319a920d428dc..e39c6119a96c5ba1dd868ed65eb6b20d3fd45980 100644 (file)
@@ -31,7 +31,8 @@ inline static void spin() {
     }
 void __assert_fail(const char* expr, const char* file, unsigned int line) __attribute__((noinline, noreturn));
 #else
-#define assert(cond) //nothing
+#define assert(cond) //assert nothing
+#define assert_msg(cond, msg)  //assert nothing
 #endif