Commit 365e3e99 authored by Adam Wujek's avatar Adam Wujek 💬

wrpc: remove warning caused by HAS_ABSCAL

Remove warning that HAS_ABSCAL is redefined
Signed-off-by: Adam Wujek's avatarAdam Wujek <adam.wujek@cern.ch>
parent 4a7e9fae
......@@ -14,9 +14,10 @@
int frame_rx_delay_us; /* set by faults.c */
#define HAS_ABSCAL 0
#ifdef CONFIG_ABSCAL
#define HAS_ABSCAL 1
#else
#define HAS_ABSCAL 0
#endif
/*
* we know we create one socket only in wrpc. The buffer size used to be
......
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