uart: cleanup and bring inline with standard
Removed mraa_setup_uart from core mraa.c moved logic within init function Add more syslog output for easier debugging. Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
This commit is contained in:
@@ -45,14 +45,6 @@ extern mraa_board_t* plat;
|
||||
*/
|
||||
mraa_result_t mraa_setup_mux_mapped(mraa_pin_t meta);
|
||||
|
||||
/**
|
||||
* Setup uart muxes to exposes the pins physically.
|
||||
*
|
||||
* @param index of the uart in the board definition to expose physically
|
||||
* @return mraa_result_t of operation
|
||||
*/
|
||||
mraa_result_t mraa_setup_uart(int index);
|
||||
|
||||
/**
|
||||
* runtime detect running x86 platform
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user