Cleaned up BACnet Double.

This commit is contained in:
skarg
2008-11-12 15:40:58 +00:00
parent c7a5c05ac7
commit 9a2be11f27
3 changed files with 14 additions and 4 deletions
+2 -2
View File
@@ -1401,7 +1401,7 @@ int encode_context_real(
/* returns the number of apdu bytes consumed */
int encode_application_double(
uint8_t * apdu,
float value)
double value)
{
int len = 0;
@@ -1415,7 +1415,7 @@ int encode_application_double(
int encode_context_double(
uint8_t * apdu,
int tag_number,
float value)
double value)
{
int len = 0;