summaryrefslogtreecommitdiffstats
path: root/arch/sandbox/board/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/sandbox/board/board.c')
-rw-r--r--arch/sandbox/board/board.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/sandbox/board/board.c b/arch/sandbox/board/board.c
index 84017eb50d..7d489fd906 100644
--- a/arch/sandbox/board/board.c
+++ b/arch/sandbox/board/board.c
@@ -28,6 +28,7 @@
#include <errno.h>
static struct device_d tap_device = {
+ .id = -1,
.name = "tap",
};