Fix some warnings for printf arguments.
[bertos.git] / bertos / drv / flash25.c
index bb08907b36f9dacfb5503e2e49b8bfd5572443d1..22639161032f8a0ac395c604690ce9328b7155a4 100644 (file)
@@ -325,8 +325,7 @@ void flash25_sectorErase(Flash25 *fd, Flash25Sector sector)
         */
        flash25_waitReady(fd);
 
-       DB(kprintf("Erased sector [%ld] in %d ms\n", sector, ticks_to_ms(timer_clock() - start_time)));
-
+       DB(kprintf("Erased sector [%ld] in %ld ms\n", (unsigned long)sector, (unsigned long)ticks_to_ms(timer_clock() - start_time)));
 }
 
 /**