Add registers definition for usart device.
[bertos.git] / config.mk
old mode 100755 (executable)
new mode 100644 (file)
index a7bf757..604cd63
--- a/config.mk
+++ b/config.mk
@@ -77,7 +77,7 @@ DEBUGCFLAGS = -ggdb
 #
 # define some variables based on the AVR base path in $(AVR)
 #
-CROSS   = #avr-
+CROSS   = arm-elf-
 CC      = $(CROSS)gcc
 CXX     = $(CROSS)g++
 AS      = $(CC) -x assembler-with-cpp