Remove duplicate definitions

This commit is contained in:
2025-12-26 16:08:09 +01:00
parent d40b003f51
commit 1568ef8195
2 changed files with 0 additions and 6 deletions
-3
View File
@@ -1,6 +1,3 @@
#define __SFR_OFFSET 0
#include <avr/io.h>
start_blink:
sbi PORTB, PB0 ; Set LED on
-3
View File
@@ -1,6 +1,3 @@
#define __SFR_OFFSET 0
#include <avr/io.h>
; Timer0 is static and used for the led
timer0_set:
ldi r16, (1 << WGM01) ; Load 00000010 to register (bit 1=CTC)