- removed unused generic pin field

This commit is contained in:
Sascha Ittner
2016-06-16 12:32:42 +02:00
parent 0c431e29b1
commit 9791677fa3
2 changed files with 0 additions and 3 deletions

View File

@@ -33,7 +33,6 @@ typedef struct {
void *pin[LCEC_CONF_GENERIC_MAX_SUBPINS];
uint16_t pdo_idx;
uint8_t pdo_sidx;
int pdo_len;
unsigned int pdo_os;
unsigned int pdo_bp;
} lcec_generic_pin_t;