extract file names to global defs

This commit is contained in:
Shawn Chain 2018-10-05 20:18:42 +08:00
parent 67e45b1bf1
commit 169db8e466
5 changed files with 29 additions and 13 deletions

View file

@ -15,7 +15,7 @@
#define DStarDefines_H
#include <wx/wx.h>
#include "GlobalDefines.h"
#include "../GlobalDefines.h"
const unsigned int DSTAR_GMSK_SYMBOL_RATE = 4800U;
const float DSTAR_GMSK_BT = 0.5F;