Update boards/arm/sama5/giant-board/src/sam_i2schar.c

Co-authored-by: patacongo <spudarnia@yahoo.com>
This commit is contained in:
Adam Feuer 2020-09-16 12:06:05 -07:00 committed by patacongo
parent 6a31da67ff
commit 1aed2f1a2a

View File

@ -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;
}