Update bit names to comply with ATMega1281.
[bertos.git] / wizard / const.py
index 7b30cb8ee47049f05adbee3b96cff14d3f52ae02..e0106b3800e881574b613fd1c8adb36f4d9c7b97 100644 (file)
@@ -24,4 +24,6 @@ CPU_DEF = {
     "CPU_DESC" : []
 }
 
-CPU_DEFINITION = "*.cdef"
\ No newline at end of file
+CPU_DEFINITION = "*.cdef"
+
+GCC_NAME = "*gcc*"
\ No newline at end of file