mirror of
https://github.com/apache/nuttx.git
synced 2026-08-27 20:30:38 +00:00
Fix a typo introduced by a642e9ffac.
This commit is contained in:
parent
a642e9ffac
commit
e92af2c75e
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ static struct stm32_mcp2515config_s g_mcp2515config =
|
|||
{
|
||||
.config =
|
||||
{
|
||||
.spi = NULL;
|
||||
.spi = NULL,
|
||||
.baud = 0, /* REVISIT. Proably broken by commit eb7373cedfa */
|
||||
.btp = 0, /* REVISIT. Proably broken by commit eb7373cedfa */
|
||||
.devid = 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue