From 0da026fd55b1130e48354dcb841792025f0e1f1e Mon Sep 17 00:00:00 2001 From: Amin Ben Ramdhane Date: Sat, 7 Nov 2020 21:46:35 +0100 Subject: [PATCH] bbf: fix compilation error --- dmtree/tr181/device.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dmtree/tr181/device.h b/dmtree/tr181/device.h index 689aae14..58f97b3a 100644 --- a/dmtree/tr181/device.h +++ b/dmtree/tr181/device.h @@ -16,7 +16,7 @@ #include extern DMOBJ tEntry181Obj[]; -extern DMOBJ tRoot_181_Obj[]; -extern DMLEAF tRoot_181_Params[]; +extern DMOBJ tDeviceObj[]; +extern DMLEAF tDeviceParams[]; #endif