0

Following is the prototype of function declaration according to Autosar standard:

FUNC(Return_Type, Memory_section) Function_Name
(
Input_parameters
);

but this is not recognized by source insight, what setting should i do to get this issue corrected

Alankar More
  • 1,107
  • 2
  • 8
  • 26
ganesh
  • 1
  • 2

1 Answers1

0

In your file C.tom located in \Documents\SourceInsight, add following line:

FUNC(rettype, memclass) rettype

Showrizo
  • 1
  • 2