XCORE SDK
XCORE Software Development Kit
unity_config.h
1 // Copyright 2020-2021 XMOS LIMITED.
2 // This Software is subject to the terms of the XMOS Public Licence: Version 1.
3 #pragma once
4 
5 #define UNITY_SUPPORT_64 1
6 
7 // Prevents Unity from taking control of malloc() and free()
8 #define UNITY_FIXTURE_NO_EXTRAS (1)
9 
10 
11 #define UNITY_DETAIL1_NAME " Extra Info:"
12 #define UNITY_DETAIL2_NAME ""