Fixed the at91sam7s makefile to include new files and functions to build with latest library.

This commit is contained in:
skarg
2015-01-30 20:58:16 +00:00
parent dd271af2ed
commit 3865a13993
2 changed files with 13 additions and 26 deletions
-15
View File
@@ -279,21 +279,6 @@ bool Device_Write_Property(
return status;
}
static unsigned property_list_count(
const int *pList)
{
unsigned property_count = 0;
if (pList) {
while (*pList != -1) {
property_count++;
pList++;
}
}
return property_count;
}
/* for a given object type, returns the special property list */
void Device_Objects_Property_List(
BACNET_OBJECT_TYPE object_type,