After I used the solution, I got a "C1073: Linkage specification contradicts earlier specification" instead. And I defined it only once.
#ifndef _HARDWARE_H_
#define _HARDWARE_H_
void PLL_init();
What shall I do now?
Hello
First this seems to be a completely different topic.
Can you please post a new message for that.
Are you forcing compilation of whole application in C++?
Did you look at the preprocessing listing for the source file generating the message?
Do you have other definition/declaration for PLL_Init there?
CrasyCat