Commit 2660fff2 authored by Adam Wujek's avatar Adam Wujek Committed by Adam Wujek

fix two compilation warnings

Signed-off-by: 's avatarAdam Wujek <dev_public@wujek.eu>
parent 43f319b5
#include <stdio.h>
#include <unistd.h>
#include <stdlib.h>
#include <ppsi/ppsi.h>
#include <libwr/util.h>
#include <arpa/inet.h> /* for ntohl */
......
......@@ -335,8 +335,6 @@ static int wr_extension_state_changed( struct pp_instance * ppi) {
static int wr_new_slave (struct pp_instance *ppi, void *buf, int len) {
if ( ppi->extState==PP_EXSTATE_ACTIVE ) {
struct wr_dsport *wrp = WR_DSPOR(ppi);
wr_servo_init(ppi);
/* To avoid comparison of sequenceId with parentAnnSequenceId
......
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