diff --git a/bsp/lpc408x/applications/canapp.c b/bsp/lpc408x/applications/canapp.c index 75be9b16c1..59250380f8 100644 --- a/bsp/lpc408x/applications/canapp.c +++ b/bsp/lpc408x/applications/canapp.c @@ -34,15 +34,15 @@ struct rt_can_filter_item filter1item[4] = }; struct rt_can_filter_config filter1 = { - .count = 4, - .actived = 1, - .items = filter1item, + 4, + 1, + filter1item, }; static struct can_app_struct can_data[1] = { { - .name = "lpccan1", - .filter = &filter1, - .eventopt = RT_EVENT_FLAG_OR | RT_EVENT_FLAG_CLEAR, + "lpccan1", + &filter1, + RT_EVENT_FLAG_OR | RT_EVENT_FLAG_CLEAR, }, }; static rt_err_t lpccanind(rt_device_t dev, rt_size_t size) diff --git a/bsp/lpc408x/project.uvprojx b/bsp/lpc408x/project.uvprojx index c5f481a937..369c0d6a97 100644 --- a/bsp/lpc408x/project.uvprojx +++ b/bsp/lpc408x/project.uvprojx @@ -361,7 +361,7 @@ 0 0 0 - 1 + 0 0 0 0