35 lines
656 B
C
35 lines
656 B
C
#ifndef _APP_BASE_H_
|
|
#define _APP_BASE_H_
|
|
#include "ZComDef.h"
|
|
#include "hal_drivers.h"
|
|
#include "OSAL.h"
|
|
#include "ZGlobals.h"
|
|
#include "AF.h"
|
|
#include "aps_groups.h"
|
|
|
|
#include "nwk.h"
|
|
#include "APS.h"
|
|
#if defined ( ZIGBEE_FRAGMENTATION )
|
|
#include "aps_frag.h"
|
|
#endif
|
|
|
|
#include "MT.h"
|
|
#include "MT_UART.h"
|
|
#if defined( MT_TASK )
|
|
#include "MT_TASK.h"
|
|
#endif
|
|
#if defined ( ZIGBEE_FREQ_AGILITY ) || defined ( ZIGBEE_PANID_CONFLICT )
|
|
#include "ZDNwkMgr.h"
|
|
#endif
|
|
|
|
#include "ZDApp.h"
|
|
#include "ZComDef.h"
|
|
#include "OSAL_Tasks.h"
|
|
#include "aps_groups.h"
|
|
#include "OnBoard.h"
|
|
#if defined(SAPP_ZSTACK)
|
|
#include "SAPP_FrameWork.h"
|
|
#endif
|
|
|
|
#endif//_APP_BASE_H_
|