Fixed rangetest to work with the new support headers (it doesn't need the CIF header, only the plain header)
This commit is contained in:
parent
ba2f62114a
commit
3a0b251235
|
@ -3,7 +3,8 @@ int g_stopped;
|
|||
#define occam_stop(pos, nargs, format, args...) do { g_stopped = 1; } while (0)
|
||||
|
||||
#define occam_INT_size SIZEOF_INT
|
||||
#include "support/tock_support_cif.h"
|
||||
#define occam_extra_param
|
||||
#include "support/tock_support.h"
|
||||
|
||||
#define report_failure(msg, args...) { printf(msg, ##args); }
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user