View Single Post
Old 02-21-2009, 06:07 PM   #319 (permalink)
Justin K
EcoModding Lurker
 
Join Date: Feb 2009
Location: Toronto, ON
Posts: 1

Passat - '09 VW Passat
Last 3: 29.89 mpg (US)
Thanks: 0
Thanked 0 Times in 0 Posts
Hi all,

I'm pretty new with arduino coding, and have been away from coding in general for a few years. I just downloaded version 121 of the source code and tried compiling it but I get an error:
In function ‘void params_save()’:
error: invalid conversion from ‘const void*’ to ‘void*

with reference to this line:
eeprom_write_block((const void*)&params, (void*)0, sizeof(params_t));

Can anyone lend a hand? I haven't changed the code and am tried to compile for ISO. I tried Arduino-0011 to 0013.

Thanks.
__________________

  Reply With Quote