File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ extern "C" {
16
16
* @param ilen [in] Length of input data
17
17
* @param output [out] Output buffer to store md5 hash
18
18
*/
19
- void md5_hash (const unsigned char * input , int ilen , unsigned char output [16 ]);
19
+ void md5_hash (const void * input , int ilen , unsigned char output [16 ]);
20
20
21
21
#ifdef __cplusplus
22
22
}
Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ enum gpstype_e {
15
15
GPS_TYPE_ANY , /**< GPS module that is not known to library */
16
16
GPS_TYPE_SIRF , /**< SIRF Star III GPS module */
17
17
GPS_TYPE_MTK , /**< GPS/GNSS module based on Mediatek chipset */
18
+ GPS_TYPE_MTKIRNSS , /**< IRNSS Module from MTK */
18
19
GPS_TYPE_STIRNSS , /**< GNSS module with IRNSS support based on STA80xx chipset (e.g. L89) */
19
20
GPS_TYPE_UNICORE , /**< Default value for BC20 as onboard GNSS module */
20
- GPS_TYPE_MTKIRNSS , /**< IRNSS Module from MTK */
21
21
};
22
22
23
23
/**
You can’t perform that action at this time.
0 commit comments