Search found 1 match

by poison3000
27 Nov 2010 16:51
Forum: mikroC PRO for PIC General
Topic: Call signature does not match the function definition
Replies: 1
Views: 1105

Call signature does not match the function definition

Hi all ... I have this problem whenever i try to "build" my project .. Call signature does not match the function definition my code is as follow: void RSSI (int, int, int, int, int); void Align(int, int, int, int, int); void main () { int Motors [] = { 0x01, 0x02, 0x04, 0x08 }; // array for contoll...

Go to advanced search