Skip to content

Commit

Permalink
Fix example.c to include rotator.h
Browse files Browse the repository at this point in the history
  • Loading branch information
mdblack98 committed Dec 6, 2020
1 parent a082906 commit 1b2236b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/example.c
Expand Up @@ -12,6 +12,7 @@
#include <string.h>
#include <hamlib/rig.h>
#include <hamlib/riglist.h>
#include <hamlib/rotator.h>
#include "sprintflst.h"

#if 0
Expand Down

1 comment on commit 1b2236b

@gvanem
Copy link
Contributor

@gvanem gvanem commented on 1b2236b Dec 6, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This does fix the call to the missing sprintf_vfo() AFAICS.
Drop that header and do a s/sprintf_vfo/rig_sprintf_vfo/ instead.

Please sign in to comment.