diff options
Diffstat (limited to 'src/pnpservo-v1')
| -rw-r--r-- | src/pnpservo-v1/Makefile | 2 | ||||
| -rw-r--r-- | src/pnpservo-v1/lambda.ld | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/pnpservo-v1/Makefile b/src/pnpservo-v1/Makefile index 8606b1ae..443a6afb 100644 --- a/src/pnpservo-v1/Makefile +++ b/src/pnpservo-v1/Makefile @@ -24,7 +24,7 @@ ALTOS_SRC = \ ao_cmd.c \ ao_config.c \ ao_task.c \ - ao_led.c \ + ao_led_stmf0.c \ ao_dma_stm.c \ ao_stdio.c \ ao_mutex.c \ diff --git a/src/pnpservo-v1/lambda.ld b/src/pnpservo-v1/lambda.ld index 5de65eb5..d3edbe9f 100644 --- a/src/pnpservo-v1/lambda.ld +++ b/src/pnpservo-v1/lambda.ld @@ -85,7 +85,7 @@ SECTIONS { */ .textram BLOCK(8): { - __data_start__ = .; + _start__ = .; __text_ram_start__ = .; *(.ramtext) __text_ram_end = .; @@ -96,7 +96,7 @@ SECTIONS { .data : { *(.data) /* initialized data */ . = ALIGN(4); - __data_end__ = .; + _end__ = .; } >ram AT>rom .bss : { |
