X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=cpu%2Favr%2Fdrv%2Fflash_avr.c;h=8a4c15093096cbf916d03542c0f0cb8a7522dc74;hb=2d0bc916c5779e2f3dc9e4775e235e0c633817cc;hp=aa46b4d25ea83c005993951ed05237dbfd825c3e;hpb=3d95d544d3edaffd6e547d26bc56deacfa0e94f7;p=bertos.git diff --git a/cpu/avr/drv/flash_avr.c b/cpu/avr/drv/flash_avr.c index aa46b4d2..8a4c1509 100644 --- a/cpu/avr/drv/flash_avr.c +++ b/cpu/avr/drv/flash_avr.c @@ -210,7 +210,7 @@ static bool flash_avr_close(UNUSED_ARG(struct _KFile *,fd)) * Move \a fd file seek position of \a offset bytes * from current position. */ -static int32_t flash_avr_seek(struct _KFile *fd, int32_t offset, KSeekMode whence) +static int32_t flash_avr_seek(struct _KFile *fd, kfile_off_t offset, KSeekMode whence) { uint32_t seek_pos;