upm-c: remove uint8_t limit from pin/bus variables in structs
This removes unnecessary uint8 types from C driver structs that prevented some sensors from being initialized when connected to a MRAA subplatform. Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
This commit is contained in:
@@ -45,7 +45,6 @@
|
||||
*/
|
||||
typedef struct _collision_context {
|
||||
mraa_gpio_context gpio;
|
||||
uint8_t gpio_pin;
|
||||
} *collision_context;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user