Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Kroužek
safe-soldering-station
Commits
44615f30
Commit
44615f30
authored
Jun 14, 2016
by
Martin Vítek
Browse files
Fixed IRQs
parent
76c99f17
Changes
1
Hide whitespace changes
Inline
Side-by-side
SW/SafeSolderingStation.cpp
View file @
44615f30
...
...
@@ -52,7 +52,7 @@ void SafeSolderingStation::misc_pin_init()
void
SafeSolderingStation
::
irq_init
()
{
//Enable all priority of irqs
PMIC
.
CTRL
=
PMIC_HILVLEN_bm
|
PMIC_MEDLVLEN_bm
|
PMIC_
HI
LVLEN_bm
;
PMIC
.
CTRL
=
PMIC_HILVLEN_bm
|
PMIC_MEDLVLEN_bm
|
PMIC_
LO
LVLEN_bm
;
sei
();
}
...
...
Write
Preview
Supports
Markdown
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