forked from PAWPAW-Mirror/lib_xua
13 lines
271 B
C
13 lines
271 B
C
// Copyright 2017-2023 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
|