Changed BACnet app example server-basic name (#935)

This commit is contained in:
Steve Karg
2025-03-03 09:10:04 -06:00
committed by GitHub
parent 5cd453c925
commit b0a26cf2cd
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
#Makefile to build BACnet Application using GCC compiler
# Executable file name
TARGET = bacmini
TARGET = bacbasic
# BACnet objects supporting CreateObject that are used with this app
BACNET_OBJECT_DIR = $(BACNET_SRC_DIR)/bacnet/basic/object
BACNET_SERVER_DIR = $(BACNET_SRC_DIR)/bacnet/basic/server