Converted smpl_nwk_config.dat and smpl_config.dat to header files
(could I have just passed these to mspgcc from the makefile and left
them intact???)
in simpliciti subdirectory structure
smpl_config.dat
changed to a .h header file and placed at
simpliciti/Applications/configuration/smpl_config.h
===========================================
# replaced all -D with #define
# removed double quotes around {0x79, 0x56, 0x34, 0x12} in the following line
#define THIS_DEVICE_ADDRESS {0x79, 0x56, 0x34, 0x12}
smpl_nwk_config.dat
changed to a .h header file and placed at
simpliciti/Applications/configuration/smpl_nwk_config.h
# replaced all -D with #define
========================
#include "smpl_config.h" //pfs added
nwk.h
==============
// added
#include "../../Applications/configuration/smpl_nwk_config.h"
mrfi.h
==============
// added
#include "../../Applications/configuration/smpl_nwk_config.h"