uint16_t system_port_htons()

in port/espressif/src/system_port.c [12:15]


uint16_t system_port_htons( uint16_t x )
{
    return htobe16( x );
}