Update some triface preset.
[bertos.git] / boards / triface / examples / triface / triface.mk
index 64e70d935a17bc16ca3dafbd25368dbb504ac1bf..27d428e70b72c0cb64711dd4f19fd7c1d422472a 100644 (file)
@@ -17,18 +17,6 @@ triface_SRC_PATH = boards/triface/examples/triface
 
 triface_HW_PATH = boards/triface
 
-ifeq ($(CPU), atmega1281)
-       triface_hfuse = 0x98
-       triface_lfuse = 0x3d
-       triface_efuse = 0x7f
-       triface_lock = 0x2f
-else
-       triface_hfuse = 0x88
-       triface_lfuse = 0xff
-       triface_efuse = 0xff
-       triface_lock = 0x2f
-endif
-
 # Files automatically generated by the wizard. DO NOT EDIT, USE triface_USER_CSRC INSTEAD!
 triface_WIZARD_CSRC = \
        bertos/cpu/avr/drv/adc_avr.c \