Fixed missing BACNET_STACK_EXPORT macro for PositiveInteger_Value_Count() function declaration (#1273)

Signed-off-by: kimhyeongjun <hjun1.kim@samsung.com>
This commit is contained in:
Hyeongjun Kim
2026-03-23 22:02:17 +09:00
committed by GitHub
parent d3b0a9577b
commit b7abd5016e
+1
View File
@@ -38,6 +38,7 @@ void PositiveInteger_Value_Writable_Property_List(
BACNET_STACK_EXPORT
bool PositiveInteger_Value_Valid_Instance(uint32_t object_instance);
BACNET_STACK_EXPORT
unsigned PositiveInteger_Value_Count(void);
BACNET_STACK_EXPORT
uint32_t PositiveInteger_Value_Index_To_Instance(unsigned index);