diff --git a/Microcontrollers/Eindopdracht/Debug/Eindopdracht.elf b/Microcontrollers/Eindopdracht/Debug/Eindopdracht.elf index 338c577..a59fec9 100644 Binary files a/Microcontrollers/Eindopdracht/Debug/Eindopdracht.elf and b/Microcontrollers/Eindopdracht/Debug/Eindopdracht.elf differ diff --git a/Microcontrollers/Eindopdracht/Debug/Eindopdracht.lss b/Microcontrollers/Eindopdracht/Debug/Eindopdracht.lss index 0656a5f..7333bfe 100644 --- a/Microcontrollers/Eindopdracht/Debug/Eindopdracht.lss +++ b/Microcontrollers/Eindopdracht/Debug/Eindopdracht.lss @@ -411,7 +411,7 @@ void lcd_write_int(int number) static void ultrasoon_value_set_event(uint16_t value){ // if the SODAR is initialising, then look for close start object. if(initialising){ - 276: 20 91 00 01 lds r18, 0x0100 ; 0x800100 <__DATA_REGION_ORIGIN__> + 276: 20 91 00 01 lds r18, 0x0100 ; 0x800100 <__data_start> 27a: 22 23 and r18, r18 27c: 51 f0 breq .+20 ; 0x292 if(value > 0 && value < MAX_DISTANCE_INIT){ @@ -421,7 +421,7 @@ static void ultrasoon_value_set_event(uint16_t value){ stepper_rotate_stop(); 284: d1 d0 rcall .+418 ; 0x428 initialising = false; - 286: 10 92 00 01 sts 0x0100, r1 ; 0x800100 <__DATA_REGION_ORIGIN__> + 286: 10 92 00 01 sts 0x0100, r1 ; 0x800100 <__data_start> // when found, set the initial rotation. stepper_rotate_angle(ROTAITION_ANGLE, CounterClockWise); 28a: 61 e0 ldi r22, 0x01 ; 1 diff --git a/Microcontrollers/Eindopdracht/Debug/main.o b/Microcontrollers/Eindopdracht/Debug/main.o index 59fefeb..f4306f5 100644 Binary files a/Microcontrollers/Eindopdracht/Debug/main.o and b/Microcontrollers/Eindopdracht/Debug/main.o differ