Skip to content

py: Fix mp_obj_t -> mp_const_obj_t for mp_obj_int_get_checked() #615

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
May 17, 2014

Conversation

swegener
Copy link
Contributor

@pfalcon: this fixes the following build error introduced in commit ab7bf28

../py/objint.c:261:15: error: conflicting types for ‘mp_obj_int_get_checked’
In file included from ../py/objint.c:36:0:
../py/obj.h:455:15: note: previous declaration of ‘mp_obj_int_get_checked’ was here

Signed-off-by: Sven Wegener <sven.wegener@stealer.net>
@pfalcon
Copy link
Contributor

pfalcon commented May 17, 2014

Thanks.

pfalcon added a commit that referenced this pull request May 17, 2014
py: Fix mp_obj_t -> mp_const_obj_t for mp_obj_int_get_checked()
@pfalcon pfalcon merged commit 5cdff5f into micropython:master May 17, 2014
tannewt added a commit to tannewt/circuitpython that referenced this pull request Dec 6, 2018
This creates a common safe mode mechanic that ports can share.
As a result, the nRF52 now has safe mode support as well.

The common safe mode adds a 700ms delay at startup where a reset
during that window will cause a reset into safe mode. This window
is designated by a yellow status pixel and flashing the single led
three times.

A couple NeoPixel fixes are included for the nRF52 as well.

Fixes micropython#1034. Fixes micropython#990. Fixes micropython#615.
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