1
0
mirror of https://github.com/stargieg/bacnet-stack synced 2025-10-26 23:35:52 +08:00

fix gcc warnings, add float value

This commit is contained in:
Patrick Grimm
2013-04-12 04:20:11 +02:00
parent e89b8bbfec
commit f303e255ba
2 changed files with 199 additions and 155 deletions

View File

@@ -56,7 +56,7 @@ int max_analog_values;
/* Here is our Priority Array. They are supposed to be Real, but */
/* we don't have that kind of memory, so we will use a single byte */
/* and load a Real for returning the value when asked. */
uint8_t Priority_Array[BACNET_MAX_PRIORITY];
float Priority_Array[BACNET_MAX_PRIORITY];
float Relinquish_Default;
#if defined(INTRINSIC_REPORTING)
uint32_t Time_Delay;