Skip to content
Snippets Groups Projects
Commit 418e046d authored by Andreas Bießmann's avatar Andreas Bießmann Committed by Wolfgang Denk
Browse files

common/cmd_bdinfo.c: fix do_bdinfo() for AVR32


This patch fixes following warning message:

---8<---
cmd_bdinfo.c:458: warning: initialization from incompatible pointer type
--->8---

There was a prototype change in 54841ab5 for
argv[] pointer type to const. This change was not made for AVR32 cause this
code came in later by a merge.

Signed-off-by: default avatarAndreas Bießmann <biessmann@corscience.de>
parent 8c3aff52
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment