From 784cd7b36f707258d8e05e778affa9c09fa232ee Mon Sep 17 00:00:00 2001 From: Alessandro Rubini <rubini@gnudd.com> Date: Tue, 19 Feb 2013 17:26:37 +0100 Subject: [PATCH] tests/measure_t24p.c: temporarily disable under ppsi Signed-off-by: Alessandro Rubini <rubini@gnudd.com> --- tests/measure_t24p.c | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/tests/measure_t24p.c b/tests/measure_t24p.c index 1ee21ab..5857b04 100644 --- a/tests/measure_t24p.c +++ b/tests/measure_t24p.c @@ -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 */ -- GitLab