zapta / linbus

An Arduino based LINBUS stack and signal interceptor/injector.
184 stars 70 forks source link

Arduino 1.6.5 #6

Closed alecsio closed 8 years ago

alecsio commented 8 years ago

Hi Zapta, I am trying to use your analizer code in arduino 1.6.5 but I have a error : ..\Temp\build5482978294230449181.tmp\lin_processor.cpp: In function 'boolean lin_processor::getAndClearErrorFlags()': ..\Temp\build5482978294230449181.tmp\lin_processor.cpp:289:33: error: new declaration 'boolean lin_processor::getAndClearErrorFlags()' boolean getAndClearErrorFlags() { ^ In file included from ..\Temp\build5482978294230449181.tmp\lin_processor.cpp:15:0: ..\Temp\build5482978294230449181.tmp\lin_processor.h:47:16: error: ambiguates old declaration 'uint8 lin_processor::getAndClearErrorFlags()' extern uint8 getAndClearErrorFlags();

Please help !

alecsio commented 8 years ago

Installed on 106 and now is working. Thanks