10namespace oblac_drives_pdo_mapping {
11std::map<uint16_t, std::vector<ec_pdo_entry_info_t>> rx_pdo_map = {
20 {0x1601, {{0x60fe, 1, 32}, {0x60fe, 2, 32}}},
21 {0x1602, {{0x2703, 0, 32}, {0x60b1, 0, 32}}}};
23std::map<uint16_t, std::vector<ec_pdo_entry_info_t>> tx_pdo_map = {
37 {0x1A02, {{0x60fd, 0, 32}}},