ft8_lib/ft8/unpack_v2.h

8 lines
170 B
C
Raw Normal View History

2018-12-24 20:22:26 +08:00
#pragma once
#include <stdint.h>
// message should have at least 19 bytes allocated (18 characters + zero terminator)
int unpack77(const uint8_t *a77, char *message);