Skip to content

stmhal: Fix problem when passing callback= to timer init function. fixes #1128#1131

Merged
dpgeorge merged 1 commit into
micropython:masterfrom
dhylands:fix-timer-callback
Feb 23, 2015
Merged

stmhal: Fix problem when passing callback= to timer init function. fixes #1128#1131
dpgeorge merged 1 commit into
micropython:masterfrom
dhylands:fix-timer-callback

Conversation

@dhylands

Copy link
Copy Markdown
Contributor

In particular, make sure that the globals are all initialized
before enabling the interrupt, and also make sure that the timer
interrupt has been initialied before enabling the NVIC.

In particular, make sure that the globals are all initialized
before enabling the interrupt, and also make sure that the timer
interrupt has been initialied before enabling the NVIC.
@dpgeorge

Copy link
Copy Markdown
Member

Thanks Dave!

@dhylands dhylands deleted the fix-timer-callback branch November 8, 2015 02:41
tannewt added a commit to tannewt/circuitpython that referenced this pull request Sep 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants