Add an end of transmission marker to the USRP protocol.

This commit is contained in:
Jonathan Naylor
2021-04-20 22:37:17 +01:00
parent cfe9e0fba4
commit 82b5b010eb
2 changed files with 60 additions and 3 deletions

View File

@@ -19,6 +19,6 @@
#if !defined(VERSION_H)
#define VERSION_H
const char* VERSION = "20210411";
const char* VERSION = "20210420";
#endif