uint16_t system_port_ntohs()

in port/espressif/src/system_port.c [7:10]


uint16_t system_port_ntohs( uint16_t x )
{
    return be16toh( x );
}