mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-11 02:18:29 -04:00
HAL_ChibiOS: use relative path for common.ld
this avoids a path length issue under cygwin
This commit is contained in:
parent
5d627ae2bc
commit
08634903c8
@ -362,7 +362,7 @@ MEMORY
|
||||
ram0 : org = 0x20000000, len = %uk
|
||||
}
|
||||
|
||||
INCLUDE common.ld
|
||||
INCLUDE ../../libraries/AP_HAL_ChibiOS/hwdef/common/common.ld
|
||||
''' % (flash_base, flash_length, ram_size))
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user