forked from Github_Repos/cvw
12 lines
209 B
C
12 lines
209 B
C
|
// See LICENSE for license details.
|
||
|
|
||
|
#ifndef _ENV_PHYSICAL_MULTI_CORE_H
|
||
|
#define _ENV_PHYSICAL_MULTI_CORE_H
|
||
|
|
||
|
#include "../p/riscv_test.h"
|
||
|
|
||
|
#undef RISCV_MULTICORE_DISABLE
|
||
|
#define RISCV_MULTICORE_DISABLE
|
||
|
|
||
|
#endif
|