Merge branch 'master' into M17_AX25_FM

This commit is contained in:
Jonathan Naylor
2021-05-18 20:05:40 +01:00
19 changed files with 196 additions and 70 deletions

View File

@@ -32,6 +32,8 @@ public:
static unsigned int countBits(unsigned int v);
static void removeChar(unsigned char * haystack, char needdle);
private:
};