Work on ansi and clean Makefiles
FossilOrigin-Name: 0805f78d34219a2aac597a313081ce869c389e6b5d471c65c7f43d0906c0a400
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
#include "capwap.h"
|
||||
|
||||
#include "cw_log.h"
|
||||
#include "dbg.h"
|
||||
|
||||
int cw_readelem_statistics_timer(uint16_t *timer, int type, uint8_t * msgelem, int len)
|
||||
{
|
||||
@ -8,7 +8,7 @@ int cw_readelem_statistics_timer(uint16_t *timer, int type, uint8_t * msgelem, i
|
||||
return 0;
|
||||
|
||||
if (len!=2){
|
||||
cw_dbg(DBG_CW_RFC,"Statistics timer msgelem has wrong size, type=%d,len=%d",type,len);
|
||||
cw_dbg(DBG_RFC,"Statistics timer msgelem has wrong size, type=%d,len=%d",type,len);
|
||||
return 0;
|
||||
}
|
||||
*timer=*((uint16_t*)msgelem);
|
||||
|
Reference in New Issue
Block a user