From e654f5ed6b2ddbc96fc9e580b0bacb33a5568fe8 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 11 Oct 2014 17:03:44 -0600 Subject: Change naming of HP work queue configuration varaibles to be symmetric with LP work queue naming --- nuttx/configs/mikroe-stm32f4/kostest/defconfig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nuttx/configs/mikroe-stm32f4/kostest/defconfig') diff --git a/nuttx/configs/mikroe-stm32f4/kostest/defconfig b/nuttx/configs/mikroe-stm32f4/kostest/defconfig index 1a48d8b35..a75bd5a46 100644 --- a/nuttx/configs/mikroe-stm32f4/kostest/defconfig +++ b/nuttx/configs/mikroe-stm32f4/kostest/defconfig @@ -814,9 +814,9 @@ CONFIG_LIB_SENDFILE_BUFSIZE=512 # CONFIG_SCHED_WORKQUEUE=y CONFIG_SCHED_HPWORK=y -CONFIG_SCHED_WORKPRIORITY=192 -CONFIG_SCHED_WORKPERIOD=20000 -CONFIG_SCHED_WORKSTACKSIZE=2048 +CONFIG_SCHED_HPWORKPRIORITY=192 +CONFIG_SCHED_HPWORKPERIOD=20000 +CONFIG_SCHED_HPWORKSTACKSIZE=2048 # CONFIG_SCHED_LPWORK is not set # CONFIG_LIB_USRWORK is not set # CONFIG_LIB_KBDCODEC is not set -- cgit v1.2.3