Auto stash before merge of "main" and "origin/main"

This commit is contained in:
stijn
2021-03-31 09:32:16 +02:00
parent 692561f12d
commit ef42dae5a0
29 changed files with 4322 additions and 995 deletions

View File

@@ -23,11 +23,11 @@ Idx Name Size VMA LMA File off Algn
CONTENTS, READONLY, DEBUGGING
9 .debug_frame 000001e0 00000000 00000000 00002be0 2**2
CONTENTS, READONLY, DEBUGGING
10 .debug_str 00000537 00000000 00000000 00002dc0 2**0
10 .debug_str 0000055e 00000000 00000000 00002dc0 2**0
CONTENTS, READONLY, DEBUGGING
11 .debug_loc 000004dd 00000000 00000000 000032f7 2**0
11 .debug_loc 000004dd 00000000 00000000 0000331e 2**0
CONTENTS, READONLY, DEBUGGING
12 .debug_ranges 00000090 00000000 00000000 000037d4 2**0
12 .debug_ranges 00000090 00000000 00000000 000037fb 2**0
CONTENTS, READONLY, DEBUGGING
Disassembly of section .text:
@@ -471,10 +471,10 @@ ISR( TIMER2_OVF_vect ) {
218: df 93 push r29
21a: cd b7 in r28, 0x3d ; 61
21c: de b7 in r29, 0x3e ; 62
int length = snprintf(NULL, 0, "%d", number + 1);
char str[length + 1];
snprintf(str, length + 1, "%d", number + 1);
lcd_write_string(str);
}
21e: cd b6 in r12, 0x3d ; 61
@@ -551,7 +551,6 @@ ISR( TIMER2_OVF_vect ) {
2a6: 1f 93 push r17
2a8: 0f 93 push r16
2aa: 50 d0 rcall .+160 ; 0x34c <snprintf>
lcd_write_string(str);
2ac: 80 2f mov r24, r16
2ae: 91 2f mov r25, r17