[Kernel] Fix the bsp external config name

This commit is contained in:
BernardXiong 2019-03-26 05:08:24 +00:00
parent 1487a4f732
commit fd9835e4f4
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ config RT_USING_ARCH_DATA_TYPE
For the data type like, `rt_uint8/int8_t, rt_uint16/int16_t, rt_uint32/int32_t`,
BSP can define these basic data types in ARCH_CPU level.
Please re-define these data types in bsp_project.h file.
Please re-define these data types in rtconfig_project.h file.
config RT_USING_SMP
bool "Enable SMP(Symmetric multiprocessing)"