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 fc2c4d8..b4d2b7a 100644 --- a/openpicc/application/openpicc.h +++ b/openpicc/application/openpicc.h @@ -38,5 +38,6 @@ typedef int s_int32_t; #define DA_BASELINE 200 +#define DIV_ROUND_UP(a,b) ( (a+(b-1)) / b) #endif/*__OPENPICC_H__*/ |