fix all build error with IAR

- host/host_freertos/host_freertos.ewp
- host/host_os_none/host_os_none.ewp
- device/device_os_none/device_os_none.eww
fix IAR ending warning
This commit is contained in:
hathach
2014-03-13 13:23:33 +07:00
parent 151c012fde
commit fa83ba32a5
17 changed files with 265 additions and 217 deletions

View File

@@ -4,7 +4,23 @@
<project>
<path>$WS_DIR$\host_freertos.ewp</path>
</project>
<batchBuild/>
<batchBuild>
<batchDefinition>
<name>all</name>
<member>
<project>host_freertos</project>
<configuration>Board EA4357</configuration>
</member>
<member>
<project>host_freertos</project>
<configuration>Board LPCXpresso1769</configuration>
</member>
<member>
<project>host_freertos</project>
<configuration>Board NGX4330</configuration>
</member>
</batchDefinition>
</batchBuild>
</workspace>