Fixed SB1 demo.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@16248 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
284a08068d
commit
b37650e6ab
|
@ -101,7 +101,7 @@ static const ShellCommand commands[] = {
|
||||||
};
|
};
|
||||||
|
|
||||||
static const ShellConfig shell_cfg1 = {
|
static const ShellConfig shell_cfg1 = {
|
||||||
(BaseSequentialStream *)oopGetIf(&SIOD1, chn),
|
(BaseSequentialStream *)oopGetIf(&bsio1, chn),
|
||||||
commands
|
commands
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue