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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/sandbox/board/board.c b/arch/sandbox/board/board.c
index 7d489fd906..d2f0667c98 100644
--- a/arch/sandbox/board/board.c
+++ b/arch/sandbox/board/board.c
@@ -28,7 +28,7 @@
#include <errno.h>
static struct device_d tap_device = {
- .id = -1,
+ .id = DEVICE_ID_DYNAMIC,
.name = "tap",
};