Skip to content

waspmote-pro: don't build the boards_common_atmega module#13230

Merged
benpicco merged 1 commit intoRIOT-OS:masterfrom
nmeum:pr/wasm_pro_link
Jan 30, 2020
Merged

waspmote-pro: don't build the boards_common_atmega module#13230
benpicco merged 1 commit intoRIOT-OS:masterfrom
nmeum:pr/wasm_pro_link

Conversation

@nmeum
Copy link
Member

@nmeum nmeum commented Jan 29, 2020

Contribution description

This was discovered while implementing link time reordering in #13176. Without this change board_init would be defined twice. Once in boards/waspmote-pro/board.c and the other time in boards/common/atmega/board.c.

Testing procedure

Similar to #13229 either apply #13176 or read the code and verify that board_init is defined twice for this board.

Issues/PRs references

Only include its headers. Without this change board_init would be
defined twice. Once in `boards/waspmote-pro/board.c` and the other time
`boards/common/atmega/board.c`.
@benpicco benpicco added Area: boards Area: Board ports CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Type: bug The issue reports a bug / The PR fixes a bug (including spelling errors) labels Jan 29, 2020
Copy link
Contributor

@benpicco benpicco left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Murdock is happy, which again confirms that this was not needed.

@nmeum
Copy link
Member Author

nmeum commented Jan 30, 2020

@benpicco does this need an additional approval or can it be merged as is?

@benpicco benpicco merged commit a2c257b into RIOT-OS:master Jan 30, 2020
@leandrolanzieri leandrolanzieri added the Impact: minor The PR is small in size and might only require a quick look of a knowledgeable reviewer label Feb 20, 2020
@leandrolanzieri leandrolanzieri added this to the Release 2020.04 milestone Feb 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Area: boards Area: Board ports 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.

3 participants