Skip to content

sys/shell: add missing stdio include in sc_loramac.c#12968

Merged
benpicco merged 1 commit intoRIOT-OS:masterfrom
aabadie:pr/sys/sc_loramac_fix_include
Dec 16, 2019
Merged

sys/shell: add missing stdio include in sc_loramac.c#12968
benpicco merged 1 commit intoRIOT-OS:masterfrom
aabadie:pr/sys/sc_loramac_fix_include

Conversation

@aabadie
Copy link
Contributor

@aabadie aabadie commented Dec 16, 2019

Contribution description

This PR fixes a minor missing stdio.h include in sc_loramac.c. Since this file uses a lot of puts/printf, it makes sense to add this include here.

This PR will also fix a build issues with Hifive1 boards when the SPI support will be merged. See here.

Testing procedure

make BOARD=hifive1b -C tests/pkg_semtech-loramac

This command fails without this PR but works with this PR.

Issues/PRs references

Will be required by #12957.

@aabadie aabadie added Impact: minor The PR is small in size and might only require a quick look of a knowledgeable reviewer CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Area: sys Area: System labels Dec 16, 2019
@benpicco benpicco merged commit c55cae8 into RIOT-OS:master Dec 16, 2019
@aabadie aabadie deleted the pr/sys/sc_loramac_fix_include branch December 17, 2019 07:02
@fjmolinas fjmolinas added this to the Release 2020.01 milestone Dec 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area: sys Area: System 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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants