diff options
Diffstat (limited to 'openpicc/application/openpicc.h')
-rw-r--r-- | openpicc/application/openpicc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openpicc/application/openpicc.h b/openpicc/application/openpicc.h index d3575a6..1ed4273 100644 --- a/openpicc/application/openpicc.h +++ b/openpicc/application/openpicc.h @@ -32,5 +32,6 @@ typedef signed char s_int8_t; typedef signed short s_int16_t; typedef int s_int32_t; +#define DA_BASELINE 200 #endif/*__OPENPICC_H__*/ |