mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 01:05:54 +08:00
board/sim: Don't Exit immediately if command abnormal exits
N/A Change-Id: I3b62fa4300d8d38896fce80021ba2cbcb79967f8 Signed-off-by: Jiuzhu Dong <dongjiuzhu1@xiaomi.com>
This commit is contained in:
@@ -20,6 +20,8 @@
|
||||
|
||||
#include <nuttx/config.h>
|
||||
|
||||
set +e
|
||||
|
||||
#define CONCAT_(x, y) x##y
|
||||
#define CONCAT(x, y) CONCAT_(x, y)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user