fixing the RTOS-32 port for BACnet/IP.

This commit is contained in:
skarg
2005-08-12 21:22:50 +00:00
parent bc21625461
commit fdbe2eab1e
5 changed files with 22 additions and 277 deletions
+6
View File
@@ -96,6 +96,12 @@ void bip_set_addr(struct in_addr *net_address)
BIP_Address.s_addr = htonl(net_address->s_addr);
}
// Win32 shortcut
unsigned long bip_get_addr(void)
{
return BIP_Address.s_addr;
}
void bip_set_broadcast_address(
uint8_t octet1,
uint8_t octet2,