Remove duplicate definitions
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
#define __SFR_OFFSET 0
|
||||
#include <avr/io.h>
|
||||
|
||||
start_blink:
|
||||
sbi PORTB, PB0 ; Set LED on
|
||||
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user