forward cpms upward
This commit is contained in:
parent
301cdab3da
commit
96327516ee
|
|
@ -808,6 +808,10 @@ static int networking_packet_indication_btp(EIS_NetworkingPacketIndication_t* np
|
||||||
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
// TODO: check_cpm()
|
||||||
|
case EIS_Port_cpm:
|
||||||
|
fwd = true;
|
||||||
|
break;
|
||||||
case EIS_Port_denm:
|
case EIS_Port_denm:
|
||||||
#ifdef DEBUG
|
#ifdef DEBUG
|
||||||
uint8_t *xml_denm = malloc(32768);
|
uint8_t *xml_denm = malloc(32768);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue