mirror of
https://github.com/apache/nuttx.git
synced 2026-08-17 02:13:19 +00:00
Update boards/arm/sama5/giant-board/src/sam_i2schar.c
Co-authored-by: patacongo <spudarnia@yahoo.com>
This commit is contained in:
parent
6a31da67ff
commit
1aed2f1a2a
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ int i2schar_devinit(void)
|
|||
i2s = sam_ssc_initialize(CONFIG_GIANT_BOARD_SSC_PORT);
|
||||
if (!i2s)
|
||||
{
|
||||
_err("ERROR: Failed to get the SAMA5 SSC/I2S driver for SSC%d\n",
|
||||
auderr("ERROR: Failed to get the SAMA5 SSC/I2S driver for SSC%d\n",
|
||||
CONFIG_GIANT_BOARD_SSC_PORT);
|
||||
return -ENODEV;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue