Changed the name of the files to temp files.

This commit is contained in:
skarg
2007-02-25 23:30:23 +00:00
parent 8d14d078a9
commit d119f3cacc
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -12,8 +12,8 @@
/* This is used in constructing messages and to tell others our limits */
/* 50 is the minimum; adjust to your memory and physical layer constraints */
/* Lon=206, MS/TP=480, ARCNET=480, Ethernet=1476 */
#define MAX_APDU 50
/* #define MAX_APDU 480 */
/* #define MAX_APDU 50 */
#define MAX_APDU 480
/* #define MAX_APDU 1476 */
/* for confirmed messages, this is the number of transactions */
+3 -3
View File
@@ -46,9 +46,9 @@ typedef struct {
} BACNET_FILE_LISTING;
static BACNET_FILE_LISTING BACnet_File_Listing[] = {
{0, "test.log"},
{1, "script.txt"},
{2, "bacenum.h"},
{0, "temp_0.txt"},
{1, "temp_1.txt"},
{2, "temp_2.txt"},
{0, NULL} /* last file indication */
};