15 lines
277 B
C
15 lines
277 B
C
// Copyright 2017-2021 XMOS LIMITED.
|
|
// This Software is subject to the terms of the XMOS Public Licence: Version 1.
|
|
#ifndef __XUA_CONF_FULL_H__
|
|
#define __XUA_CONF_FULL_H__
|
|
|
|
#ifdef __xua_conf_h_exists__
|
|
#include "xua_conf.h"
|
|
#endif
|
|
|
|
#include "xua_conf_default.h"
|
|
|
|
|
|
|
|
#endif
|