Private
Public Access
2
0

uart.c: fixed typo in debug output

Signed-off-by: Alex Tereschenko <alext.mkrs@gmail.com>
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Alex Tereschenko
2015-11-14 19:25:50 +01:00
committed by Brendan Le Foll
parent 5b1068fc62
commit 2dd46494ff

View File

@@ -131,7 +131,7 @@ mraa_uart_init(int index)
}
if (mraa_is_sub_platform_id(index)) {
syslog(LOG_NOTICE, "pwm: Using sub platform is not supported");
syslog(LOG_NOTICE, "uart: Using sub platform is not supported");
return NULL;
}