fixed the 8 byte iodelay trimfile bug, now writes as 4 bytes

This commit is contained in:
Dhanya Maliakal
2016-03-14 14:39:40 +01:00
parent b9e2a11adf
commit 7b7d42f253
3 changed files with 8 additions and 2 deletions

View File

@ -32,6 +32,11 @@ typedef char mystring[MAX_STR_LENGTH];
typedef double mysteps[MAX_SCAN_STEPS];
typedef double double32_t;
typedef float float32_t;
typedef int int32_t;
#ifndef DACS_FLOAT
typedef int dacs_t;
#else