View Single Post
Old 07-09-2010, 09:39 AM   #942 (permalink)
Magister
OBDuino coder
 
Magister's Avatar
 
Join Date: Jun 2008
Location: Montréal, QC
Posts: 212

Titine - '13 Hyundai Sonata Hybrid
Thanks: 3
Thanked 10 Times in 8 Posts
"deprecated conversion from string constant to 'char*'" and others about string pointer come from c++ that does not understand pretty well the PSTR() macro, it's harmless.

The only ones you should take a look at are:
line 175: 'tankHold' may be used uninitialized in this function
and maybe
line 1374: comparison between signed and unsigned integer expressions

If you have a .hex you should be able to flash your chip, with either avrdude or avrstudio.
__________________
2013 Hyundai Sonata Hybrid
  Reply With Quote