Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
ArduinoCore-avr
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
xpstem
ArduinoCore-avr
Commits
fb7c2cc0
Commit
fb7c2cc0
authored
Apr 27, 2015
by
Torben Nielsen
Committed by
Martino Facchin
Nov 13, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Create timer0 overflow interrupt service routine for all ATtinies not just 24, 44 and 84
parent
6c861d8c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
cores/arduino/wiring.c
cores/arduino/wiring.c
+1
-1
No files found.
cores/arduino/wiring.c
View file @
fb7c2cc0
...
...
@@ -39,7 +39,7 @@ volatile unsigned long timer0_overflow_count = 0;
volatile
unsigned
long
timer0_millis
=
0
;
static
unsigned
char
timer0_fract
=
0
;
#if defined(
__AVR_ATtiny24__) || defined(__AVR_ATtiny44__) || defined(__AVR_ATtiny84__
)
#if defined(
TIM0_OVF_vect
)
ISR
(
TIM0_OVF_vect
)
#else
ISR
(
TIMER0_OVF_vect
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment