mirror of
https://github.com/eclipse/upm.git
synced 2025-07-06 03:41:13 +03:00
upm: fix pin and bus types to allow subplatform usage in C libs
Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
@ -24,7 +24,7 @@
|
||||
*/
|
||||
#include "a110x.h"
|
||||
|
||||
a110x_context a110x_init(uint8_t pin) {
|
||||
a110x_context a110x_init(int pin) {
|
||||
// make sure MRAA is initialized
|
||||
int mraa_rv;
|
||||
if ((mraa_rv = mraa_init()) != MRAA_SUCCESS)
|
||||
|
Reference in New Issue
Block a user