fixed typo

This commit is contained in:
Sascha Ittner
2023-04-01 12:14:14 +02:00
parent 9052229739
commit a22b7f92a3

View File

@@ -137,7 +137,7 @@ static ec_pdo_entry_info_t lcec_el70x1_stm_stat[] = {
static ec_pdo_info_t lcec_el70x1_pdos_out[] = { static ec_pdo_info_t lcec_el70x1_pdos_out[] = {
{0x1601, 7, lcec_el70x1_enc_ctl}, /* ENC RxPDO-Map Control compact */ {0x1601, 7, lcec_el70x1_enc_ctl}, /* ENC RxPDO-Map Control compact */
{0x1602, 5, lcec_el70x1_stm_ctl}, /* STM RxPDO-Map Control */ {0x1602, 5, lcec_el70x1_stm_ctl}, /* STM RxPDO-Map Control */
{0x1603, 1, lcec_el70x1_stm_pos} /* STM RxPDO-Map Velocity */ {0x1603, 1, lcec_el70x1_stm_pos} /* STM RxPDO-Map Position */
}; };
static ec_pdo_info_t lcec_el70x1_pdos_in[] = { static ec_pdo_info_t lcec_el70x1_pdos_in[] = {