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
@ -86,7 +86,7 @@ int i2schar_devinit(void)
|
|||||||
i2s = sam_ssc_initialize(CONFIG_GIANT_BOARD_SSC_PORT);
|
i2s = sam_ssc_initialize(CONFIG_GIANT_BOARD_SSC_PORT);
|
||||||
if (!i2s)
|
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);
|
CONFIG_GIANT_BOARD_SSC_PORT);
|
||||||
return -ENODEV;
|
return -ENODEV;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user