trennfix/sw: Nice, keep! Good!
[eisenbahn.git] / trennfix / sw / mk / trennfix_attiny85.mk
diff --git a/trennfix/sw/mk/trennfix_attiny85.mk b/trennfix/sw/mk/trennfix_attiny85.mk
deleted file mode 100644 (file)
index fe044a8..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-
-SRC = src/main.c
-
-
-################################################################################
-################################################################################
-
-AVRDUDE_PROGRAMMER = avrisp2
-MCU=attiny85
-F_CPU = 16000000
-
-# Fuse-Bits gibts praktisch bei http://www.engbedded.com/fusecalc !
-# 8 MHz interner RC-Oszillator usw. Brown out 4V
-
-
-#LFUSE=0x61
-#HFUSE=0xdc
-#EFUSE=0xff
-
-LFUSE=0x61
-
-ifneq ($(KEEP_EEPROM),)
-
-HFUSE=0xd4
-
-else
-
-HFUSE=0xdc
-
-endif
-
-EFUSE=0xff
-
-
-
-
-
-
-
-
-