]> rtime.felk.cvut.cz Git - frescor/fosa.git/blobdiff - src_marte_os/tests/test_clock_and_timers/test_clock_and_timers.c
Adding FOSA thread groups
[frescor/fosa.git] / src_marte_os / tests / test_clock_and_timers / test_clock_and_timers.c
index b3a00efb08aecb3fc7a4e72fd6c860a5fb444530..cb3cb2b6baf2f8e43497e0fbf65feec51ac008dc 100644 (file)
@@ -62,7 +62,8 @@
 // TODO: use #include <assert.h> when it works for all architectures
 #include <stdlib.h> // for exit in assert
 
-static void inline assert(expression)
+
+static void inline asserto(expression)
 {
    if (!expression) {
       printe(__FILE__":%u: failed assertion.\n", __LINE__);