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 // Prevents Unity from taking control of malloc() and free()
6 #define UNITY_FIXTURE_NO_EXTRAS (1)
7 
8 
9 #define UNITY_DETAIL1_NAME " Extra Info:"
10 #define UNITY_DETAIL2_NAME ""