mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
add a cast to a debug message to remove a warning.
This commit is contained in:
parent
a4ef14f204
commit
c0b21702ed
@ -150,7 +150,7 @@ void check_maca(void) {
|
||||
|
||||
#if DEBUG_MACA
|
||||
if((count = count_packets()) != NUM_PACKETS) {
|
||||
PRINTF("check maca: count_packets %d\n", count);
|
||||
PRINTF("check maca: count_packets %d\n", (int)count);
|
||||
Print_Packets("check_maca");
|
||||
#if PACKET_STATS
|
||||
for(i=0; i<NUM_PACKETS; i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user