Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
e75fd3a8
Commit
e75fd3a8
authored
Apr 18, 2017
by
Damien George
Browse files
minimal/main: Make Cortex-M vector table constant.
parent
57b5ee2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
minimal/main.c
View file @
e75fd3a8
...
...
@@ -125,7 +125,7 @@ void Default_Handler(void) {
}
}
uint32_t
isr_vector
[]
__attribute__
((
section
(
".isr_vector"
)))
=
{
const
uint32_t
isr_vector
[]
__attribute__
((
section
(
".isr_vector"
)))
=
{
(
uint32_t
)
&
_estack
,
(
uint32_t
)
&
Reset_Handler
,
(
uint32_t
)
&
Default_Handler
,
// NMI_Handler
...
...
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