summaryrefslogtreecommitdiffhomepage
path: root/digital/beacon/src
diff options
context:
space:
mode:
Diffstat (limited to 'digital/beacon/src')
-rw-r--r--digital/beacon/src/Bitcloud_stack/Components/HAL/Configuration4
-rw-r--r--digital/beacon/src/Bitcloud_stack/lib/libHAL_ZigBit_Atmega1281_8Mhz_Gcc_Amp.abin92198 -> 92054 bytes
-rw-r--r--digital/beacon/src/makefiles/Makefile_All_ZigBit_Atmega1281_Rf230_8Mhz_Gcc2
3 files changed, 3 insertions, 3 deletions
diff --git a/digital/beacon/src/Bitcloud_stack/Components/HAL/Configuration b/digital/beacon/src/Bitcloud_stack/Components/HAL/Configuration
index 67bd3655..699bc97c 100644
--- a/digital/beacon/src/Bitcloud_stack/Components/HAL/Configuration
+++ b/digital/beacon/src/Bitcloud_stack/Components/HAL/Configuration
@@ -55,8 +55,8 @@ ifeq ($(PLATFORM), PLATFORM_ZIGBIT)
HAL_TINY_UID = FALSE
# Defines whether HAL controls amplifier or not.
- HAL_USE_AMPLIFIER = FALSE
- #HAL_USE_AMPLIFIER = TRUE
+ #HAL_USE_AMPLIFIER = FALSE
+ HAL_USE_AMPLIFIER = TRUE
endif # PLATFORM_ZIGBIT
diff --git a/digital/beacon/src/Bitcloud_stack/lib/libHAL_ZigBit_Atmega1281_8Mhz_Gcc_Amp.a b/digital/beacon/src/Bitcloud_stack/lib/libHAL_ZigBit_Atmega1281_8Mhz_Gcc_Amp.a
index f43e7e3d..0cb0b0c0 100644
--- a/digital/beacon/src/Bitcloud_stack/lib/libHAL_ZigBit_Atmega1281_8Mhz_Gcc_Amp.a
+++ b/digital/beacon/src/Bitcloud_stack/lib/libHAL_ZigBit_Atmega1281_8Mhz_Gcc_Amp.a
Binary files differ
diff --git a/digital/beacon/src/makefiles/Makefile_All_ZigBit_Atmega1281_Rf230_8Mhz_Gcc b/digital/beacon/src/makefiles/Makefile_All_ZigBit_Atmega1281_Rf230_8Mhz_Gcc
index 21e5001c..6597e6f6 100644
--- a/digital/beacon/src/makefiles/Makefile_All_ZigBit_Atmega1281_Rf230_8Mhz_Gcc
+++ b/digital/beacon/src/makefiles/Makefile_All_ZigBit_Atmega1281_Rf230_8Mhz_Gcc
@@ -57,7 +57,7 @@ INCLUDES = \
-I$(APB_AVR_PATH)/modules/twi
LIBS = \
- $(BITCLOUD_PATH)/lib/libHAL_ZigBit_Atmega1281_8Mhz_Gcc.a \
+ $(BITCLOUD_PATH)/lib/libHAL_ZigBit_Atmega1281_8Mhz_Gcc_Amp.a \
$(BITCLOUD_PATH)/lib/libBc_All_Atmega1281_Rf230_Gcc.a \
$(BITCLOUD_PATH)/lib/WdtInitatmega1281_Gcc.o