Renamed and fixed proprietary min-max range defines for reject and abort codes.

This commit is contained in:
skarg
2013-10-09 15:08:29 +00:00
parent f6cf0acc12
commit eaeea83e3d
4 changed files with 17 additions and 14 deletions
+1 -1
View File
@@ -63,7 +63,7 @@ BACNET_ABORT_REASON abort_convert_error_code(
abort_code = ABORT_REASON_SEGMENTATION_NOT_SUPPORTED;
break;
case ERROR_CODE_ABORT_PROPRIETARY:
abort_code = (BACNET_ABORT_REASON) FIRST_PROPRIETARY_ABORT_REASON;
abort_code = ABORT_REASON_PROPRIETARY_FIRST;
break;
case ERROR_CODE_ABORT_OTHER:
default: