Commit 784cd7b3 authored by Alessandro Rubini's avatar Alessandro Rubini

tests/measure_t24p.c: temporarily disable under ppsi

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 5eb88175
......@@ -41,6 +41,8 @@ struct meas_entry {
};
#ifndef CONFIG_PPSI /* FIXME */
static void purge_socket(wr_socket_t *sock, char *buf)
{
wr_sockaddr_t from;
......@@ -191,3 +193,12 @@ int measure_t24p(int *value)
ptpd_netif_close_socket(sock);
return 0;
}
#else /* FIXME: PPSI needs porting */
int measure_t24p(int *value)
{
return 0;
}
#endif /* PPSI */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment