Changed BACnet enumerations API to use uint32_t rather than int.

This commit is contained in:
skarg
2009-01-25 22:56:47 +00:00
parent 9c8d94206a
commit 1f3bce1b56
13 changed files with 38 additions and 37 deletions
+2 -2
View File
@@ -323,8 +323,8 @@ void apdu_handler(
uint16_t len = 0; /* counts where we are in PDU */
uint8_t tag_number = 0;
uint32_t len_value = 0;
int error_code = 0;
int error_class = 0;
uint32_t error_code = 0;
uint32_t error_class = 0;
uint8_t reason = 0;
bool server = false;