Move legacy tests one level up in the directory hierarchy

This commit is contained in:
mbanth
2021-05-19 10:55:33 +01:00
parent e6c8766bb7
commit f66ddc53eb
18 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
// Copyright 2016-2021 XMOS LIMITED.
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
#ifndef __debug_conf_h__
#define __debug_conf_h__
#define DEBUG_PRINT_ENABLE_MAIN 1
#define DEBUG_PRINT_ENABLE_AUDIO_IO 0
#endif // __debug_conf_h__