Split functionality into test code in pure C and helper code in XC

This commit is contained in:
mbanth
2021-05-24 15:47:31 +01:00
parent fbef825a3b
commit eb6d3b0869
3 changed files with 20 additions and 14 deletions

View File

@@ -4,15 +4,6 @@
#define XUA_UNIT_TESTS_H_
#include "unity.h"
#ifdef __XC__
#include <xs1.h>
#include <platform.h>
#include <xclib.h>
#include "xua_conf.h"
#endif // __XC__
#endif /* XUA_UNIT_TESTS_H_ */