51
ATZB-EVB-XXX-XXX User Manual
AVR-09-2011
/*********************************************
**************
Description: just a stub.
Parameters: none.
Returns: nothing.
**********************************************
*************/
void ZDO_SleepInd(void)
{
}
//eof blink.c
Makefile
# Components path definition -----------------
---------
COMPONENTS_PATH = ../../Components
# Application makerules including ------------
---------
include
$(COMPONENTS_PATH)/../lib/MakerulesBcAll
# Project name -------------------------------
---------
PRJ_NAME = blink
# Application parameters ---------------------
---------
= -DBLINK_PERIOD=1000
= -DMIN_BLINK_PERIOD=100
= -DMAX_BLINK_PERIOD=10000
# Stack parameters being set to Config Server
---------
# Output debug port for ARM platforms only ---
---------
ifeq ($(HAL), AT91SAM7X256)
= -D_DBG_
endif