Andreas Bießmann 418e046d89 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 54841ab50c20d6fa6c9cc3eb826989da3a22d934 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: Andreas Biemann <biessmann@corscience.de>
2011-04-12 22:58:32 +02:00
..
2010-11-28 21:58:24 +01:00
2010-07-24 20:54:46 +02:00
2011-02-19 20:32:38 +01:00
2011-04-08 00:44:27 -04:00
2011-01-09 18:06:50 +01:00
2010-09-21 21:37:08 +02:00
2010-12-17 14:32:12 -06:00
2010-07-16 10:55:09 -05:00
2010-10-12 23:31:10 +02:00
2010-11-28 21:47:24 +01:00
2011-02-02 22:36:10 +01:00
2010-11-28 21:58:27 +01:00
2010-01-18 00:23:00 +01:00
2011-04-08 00:44:27 -04:00
2011-01-09 18:06:50 +01:00
2011-02-19 20:32:36 +01:00