diff --git a/common/globalvar.c b/common/globalvar.c index 1385559..9bb363f 100644 --- a/common/globalvar.c +++ b/common/globalvar.c @@ -19,7 +19,7 @@ .id = DEVICE_ID_SINGLE, }; -static struct device_d nv_device = { +struct device_d nv_device = { .name = "nv", .id = DEVICE_ID_SINGLE, };