Refresh a configuration: Fix an assertion that was messed up in the previous commit.
This commit is contained in:
parent
20a86dfc1b
commit
4fa546c5d8
2 changed files with 1 additions and 2 deletions
|
|
@ -5,7 +5,6 @@ CONFIG_ARCH_BOARD_STM32F4_DISCOVERY=y
|
|||
CONFIG_ARCH_CHIP_STM32=y
|
||||
CONFIG_ARCH_CHIP_STM32F407VG=y
|
||||
CONFIG_ARCH_STACKDUMP=y
|
||||
CONFIG_ARMV7M_TOOLCHAIN_CODESOURCERYW=y
|
||||
CONFIG_ARMV7M_USEBASEPRI=y
|
||||
CONFIG_BINFMT_CONSTRUCTORS=y
|
||||
CONFIG_BINFMT_EXEPATH=y
|
||||
|
|
|
|||
|
|
@ -81,7 +81,7 @@ int group_exitinfo(pid_t pid, FAR struct binary_s *bininfo)
|
|||
FAR struct task_group_s *group;
|
||||
irqstate_t flags;
|
||||
|
||||
DEBUGASSERT(bin != NULL);
|
||||
DEBUGASSERT(bininfo != NULL);
|
||||
flags = spin_lock_irqsave();
|
||||
|
||||
/* Get the TCB associated with the PID */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue