Created Rowley Crossworks AVR project for BDK port to ATmega644p.

This commit is contained in:
skarg
2012-01-12 23:09:14 +00:00
parent e3e706ffa9
commit 12d0d9f204
15 changed files with 259 additions and 80 deletions
+3 -2
View File
@@ -39,9 +39,10 @@
#include "bacnet.h"
#include "test.h"
#include "watchdog.h"
#include "version.h"
/* local version override */
char *BACnet_Version = "1.0";
/* global - currently the version of the stack */
char *BACnet_Version = BACNET_VERSION_TEXT;
/* For porting to IAR, see:
http://www.avrfreaks.net/wiki/index.php/Documentation:AVR_GCC/IarToAvrgcc*/