summaryrefslogtreecommitdiffstats
path: root/softap/sdk/qsap_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'softap/sdk/qsap_api.h')
-rw-r--r--softap/sdk/qsap_api.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/softap/sdk/qsap_api.h b/softap/sdk/qsap_api.h
index 3e7035c..b76919b 100644
--- a/softap/sdk/qsap_api.h
+++ b/softap/sdk/qsap_api.h
@@ -39,8 +39,8 @@ typedef unsigned char u8;
typedef char s8;
typedef unsigned short int u16;
typedef signed short int s16;
-typedef unsigned long int u32;
-typedef signed long int s32;
+typedef unsigned int u32;
+typedef signed int s32;
/** Success and error messages */
#define SUCCESS "success"