[BSP] LPC408X Delete compiler c99 mode

This commit is contained in:
Aubr.Cool 2016-09-21 10:48:21 +08:00
parent 27c7ed3501
commit e0b371edfd
2 changed files with 7 additions and 7 deletions

View File

@ -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)

View File

@ -361,7 +361,7 @@
<wLevel>0</wLevel>
<uThumb>0</uThumb>
<uSurpInc>0</uSurpInc>
<uC99>1</uC99>
<uC99>0</uC99>
<useXO>0</useXO>
<v6Lang>0</v6Lang>
<v6LangP>0</v6LangP>