Remove unnecessary typedefs or replace with using.

This commit is contained in:
Jim Evins
2017-12-30 18:42:26 -05:00
parent b11754462f
commit c7a6ed4917
6 changed files with 17 additions and 13 deletions
+2 -2
View File
@@ -40,7 +40,7 @@ namespace
const uint8_t CW_UPSHIFT = 235;
typedef struct
struct DMParameterEntry
{
int nDataTotal;
int nXtotal;
@@ -55,7 +55,7 @@ namespace
int nYregions;
int nXregion;
int nYregion;
} DMParameterEntry;
};
const DMParameterEntry params[] =
{