mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-06-06 07:53:43 +08:00
introduced .MCU makefile variable so we can remove .ARCH later which is only used to set the MCU type for the compiler. .MCU is now only used for AVRs as for the others it is set in the makefiles (e.g. Makefile.arm7, Makefile.stm32, etc.)
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
ARCHI=avr
|
||||
|
||||
main.ARCHDIR=$(ARCHI)
|
||||
main.ARCH = atmega8
|
||||
main.MCU = atmega8
|
||||
|
||||
# to check : 16MHz reso
|
||||
main.LOW_FUSE = 2e
|
||||
@@ -34,4 +34,4 @@ main.srcs += $(SRC_ARCH)/dc_mc_power.c
|
||||
|
||||
</makefile>
|
||||
|
||||
</airframe>
|
||||
</airframe>
|
||||
|
||||
Reference in New Issue
Block a user