trennfix/sw: More versatile file structure
[eisenbahn.git] / trennfix / sw / config.make
diff --git a/trennfix/sw/config.make b/trennfix/sw/config.make
deleted file mode 100644 (file)
index 17f249d..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-
-SRC = main.c mm_switch.c
-
-################################################################################
-################################################################################
-
-AVRDUDE_PROGRAMMER = avrisp2
-MCU=attiny25
-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
-
-
-
-
-
-
-
-
-