|
@@ -1,11 +1,11 @@
|
|
-/*
|
|
|
|
- * These are the CPU targets from Hans "MCUdude"
|
|
|
|
- * MightyCore, MegaCore, MiniCore, and MajorCore
|
|
|
|
- * https://github.com/MCUdude
|
|
|
|
- *
|
|
|
|
- * This file has basic CPU defintions, while many possible combinations
|
|
|
|
- * of AVR_FREQ, BAUD_RATE, and UART are built by a shell script.
|
|
|
|
- */
|
|
|
|
|
|
+#/*
|
|
|
|
+# * These are the CPU targets from Hans "MCUdude"
|
|
|
|
+# * MightyCore, MegaCore, MiniCore, and MajorCore
|
|
|
|
+# * https://github.com/MCUdude
|
|
|
|
+# *
|
|
|
|
+# * This file has basic CPU defintions, while many possible combinations
|
|
|
|
+# * of AVR_FREQ, BAUD_RATE, and UART are built by a shell script.
|
|
|
|
+# */
|
|
|
|
|
|
#ATmega16/A
|
|
#ATmega16/A
|
|
atmega16: TARGET = atmega16
|
|
atmega16: TARGET = atmega16
|