Private
Public Access
2
0

internal/pin/name: increase length of pin name

From 8 to 12 array size

Signed-off-by: Michael Ring <mail@michael-ring.org>
Signed-off-by: Thomas Ingleby <thomas.c.ingleby@intel.com>
This commit is contained in:
Michael Ring
2015-03-18 20:48:14 +01:00
committed by Thomas Ingleby
parent 827e1974bf
commit 0eda8cd397

View File

@@ -155,7 +155,7 @@ typedef struct {
*/
typedef struct {
/*@{*/
char name[8]; /**< Pin's real world name */
char name[12]; /**< Pin's real world name */
mraa_pincapabilities_t capabilites; /**< Pin Capabiliites */
mraa_pin_t gpio; /**< GPIO structure */
mraa_pin_t pwm; /**< PWM structure */