mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
Update boards/arm/sama5/giant-board/src/sam_i2schar.c
Co-authored-by: patacongo <spudarnia@yahoo.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user