Browse Source

[BSP] LPC408X Delete compiler c99 mode

Aubr.Cool 8 years ago
parent
commit
e0b371edfd
2 changed files with 7 additions and 7 deletions
  1. 6 6
      bsp/lpc408x/applications/canapp.c
  2. 1 1
      bsp/lpc408x/project.uvprojx

+ 6 - 6
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)

+ 1 - 1
bsp/lpc408x/project.uvprojx

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