Put ais_charset in its own file to make building commb tests a little easier

This commit is contained in:
Oliver Jowett 2019-05-02 17:24:26 +08:00
parent 74d7ead41b
commit 1b5b0dfa03
6 changed files with 14 additions and 7 deletions

View file

@ -19,6 +19,7 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
#include "dump1090.h"
#include "ais_charset.h"
typedef int (*CommBDecoderFn)(struct modesMessage *,bool);