Skip to content
Snippets Groups Projects
Commit c99ea790 authored by Reinhard Meyer's avatar Reinhard Meyer Committed by Wolfgang Denk
Browse files

Fix #if chain and added AVR32 case in cmd_bdinfo.c


AVR32 case was missing in cmd_bdinfo, resulting in compiler warning
(bd->bi_baudrate declared unsigned int at AVR32, but printf used %d)

At the same time slightly reordered #if #elif #endif to make ARM one
of the cases and not an extra case surrounding all others

Signed-off-by: default avatarReinhard Meyer <info@emk-elektronik.de>
Tested-by: default avatarAndreas Bießmann <biessmann@corscience.de>
parent d04250cb
Branches
Tags
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment