From 124942bc5b3d7f16ae02b14e55a1e77e5f8b048a Mon Sep 17 00:00:00 2001 From: abnerhexu Date: Sun, 18 Jan 2026 22:19:30 +0800 Subject: [PATCH] revert --- DASP/src/common.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/DASP/src/common.h b/DASP/src/common.h index 3c40119..b0c8a18 100644 --- a/DASP/src/common.h +++ b/DASP/src/common.h @@ -1,5 +1,3 @@ -#ifndef _COMMON_H_ -#define _COMMON_H_ #include #include #include @@ -59,5 +57,4 @@ #define GET_8_BIT(src, index) ((src >> (index << 3)) & 0xff) #define GET_4_BIT(src, index) ((src >> (index << 2)) & 0xf) #define GET_2_BIT(src) ((src >> 30) & 0b11) -#define omp_valve 1e4 -#endif \ No newline at end of file +#define omp_valve 1e4 \ No newline at end of file