Merge pull request #6 from dk5ras/patch-4

Update DAPNETGateway.cpp
This commit is contained in:
Florian (DF2ET) 2018-07-11 09:22:23 +02:00 committed by GitHub
commit f27e83f8e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -48,6 +48,7 @@ const char* DEFAULT_INI_FILE = "/etc/DAPNETGateway.ini";
#include <clocale>
#include <cassert>
#include <cmath>
#include <algorithm>
const unsigned int FRAME_LENGTH_CODEWORDS = 2U;
const unsigned int BATCH_LENGTH_CODEWORDS = 17U;