Files
AC707N/SensorHub/include/driver/cpu/br35/clock/config.h
T
2025-12-03 11:12:34 +08:00

9 lines
110 B
C

#ifndef _CONFIG_
#define _CONFIG_
#define P11_CORE 0
#define SYS_CORE 1
#define COMPILE_CPU P11_CORE
#endif