Skip to content
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

sys/include: include stdint in uart_stdio.h #5204

Merged
merged 1 commit into from
Mar 30, 2016

Conversation

toonst
Copy link
Member

@toonst toonst commented Mar 30, 2016

sys/include/uart_stdio.h uses uint8_t, but does not include stdint.h. For most boards this is not a problem, because stdint.h is included in the board.h or some higher level h file.

@jnohlgard
Copy link
Member

ACK, wait for Murdock

@jnohlgard jnohlgard added Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors) Impact: minor The PR is small in size and might only require a quick look of a knowledgeable reviewer Area: drivers Area: Device drivers CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR labels Mar 30, 2016
@jnohlgard jnohlgard added this to the Release 2016.04 milestone Mar 30, 2016
@jnohlgard jnohlgard self-assigned this Mar 30, 2016
@OlegHahm OlegHahm merged commit 2db2d1f into RIOT-OS:master Mar 30, 2016
@toonst toonst deleted the include_stdint branch March 30, 2016 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: drivers Area: Device drivers CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Impact: minor The PR is small in size and might only require a quick look of a knowledgeable reviewer Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants