diff options
Diffstat (limited to 'BS/support/common.h')
-rwxr-xr-x | BS/support/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BS/support/common.h b/BS/support/common.h index dbd050c..54adc39 100755 --- a/BS/support/common.h +++ b/BS/support/common.h @@ -38,7 +38,7 @@ typedef struct { // Structures used by both the host and the dpu to communicate information typedef struct { - DTYPE found; + DTYPE found; } dpu_results_t; #ifndef ENERGY |