Commit f04c03d1 authored by Alessandro Rubini's avatar Alessandro Rubini

warnings: trivial fix for wrc_ptp.c

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 21e79aed
#include <stdio.h> #include <stdio.h>
#include <inttypes.h> #include <inttypes.h>
#include <errno.h> #include <errno.h>
#include <wrc.h>
#include "ptpd.h" #include "ptpd.h"
#include "ptpd_netif.h" #include "ptpd_netif.h"
...@@ -8,6 +9,7 @@ ...@@ -8,6 +9,7 @@
#include "softpll_ng.h" #include "softpll_ng.h"
#include "wrc_ptp.h" #include "wrc_ptp.h"
#include "pps_gen.h" #include "pps_gen.h"
#include "uart.h"
static RunTimeOpts rtOpts = { static RunTimeOpts rtOpts = {
.ifaceName = {"wr1"}, .ifaceName = {"wr1"},
......
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