mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
boards/sim: kvdbd no autostart when remote server
N/A Works with kvdb remote server version Signed-off-by: Peter Bee <bijunda1@xiaomi.com> Change-Id: Ib79de8c1c1eda757efe533b4fecdce90b1c61f50
This commit is contained in:
@@ -70,10 +70,12 @@ testrunner >/system/testing/testrunner.log &
|
||||
#endif /* CONFIG_NSH_ROMFSETC */
|
||||
|
||||
#ifdef CONFIG_KVDB
|
||||
#ifndef KVDB_REMOTE_SERVER
|
||||
|
||||
kvdbd &
|
||||
usleep 10
|
||||
|
||||
#endif /* !CONFIG_REMOTE_SERVER */
|
||||
#endif /* CONFIG_KVDB */
|
||||
|
||||
#ifdef CONFIG_UORB
|
||||
|
||||
Reference in New Issue
Block a user