diff --git a/configs/stm3240g-eval/include/board.h b/configs/stm3240g-eval/include/board.h index a531c220c7e..bb57d025ff5 100644 --- a/configs/stm3240g-eval/include/board.h +++ b/configs/stm3240g-eval/include/board.h @@ -1,4 +1,4 @@ - +/************************************************************************************ * configs/stm3240g-eval/include/board.h * include/arch/board/board.h * @@ -42,22 +42,24 @@ ************************************************************************************/ #include + #ifndef __ASSEMBLY__ # include #endif + #include "stm32_rcc.h" #include "stm32_sdio.h" #include "stm32.h" /************************************************************************************ - * Definitions + * Pre-processor Definitions ************************************************************************************/ /* Clocking *************************************************************************/ /* Four clock sources are available on STM3240G-EVAL evaluation board for * STM32F407IGH6 and RTC embedded: * - * X1, 25 MHz crystal for ethernet PHY with socket. It can be removed when clock is + * X1, 25 MHz crystal for Ethernet PHY with socket. It can be removed when clock is * provided by MCO pin of the MCU * X2, 26 MHz crystal for USB OTG HS PHY * X3, 32 kHz crystal for embedded RTC diff --git a/configs/stm3240g-eval/nxterm/defconfig b/configs/stm3240g-eval/nxterm/defconfig index 3d0b816e00d..1b4fa7d81ca 100644 --- a/configs/stm3240g-eval/nxterm/defconfig +++ b/configs/stm3240g-eval/nxterm/defconfig @@ -428,7 +428,7 @@ CONFIG_SCHED_WAITPID=y # CONFIG_SCHED_STARTHOOK is not set # CONFIG_SCHED_ATEXIT is not set # CONFIG_SCHED_ONEXIT is not set -CONFIG_USER_ENTRYPOINT="nsh_main" +CONFIG_USER_ENTRYPOINT="nxterm_main" CONFIG_DISABLE_OS_API=y # CONFIG_DISABLE_POSIX_TIMERS is not set # CONFIG_DISABLE_PTHREAD is not set