CodeWarrior can not identify the code

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

CodeWarrior can not identify the code

Jump to solution
709 Views
smecolive
Contributor I

many error

smecolive_0-1664426342170.png

 

0 Kudos
1 Solution
685 Views
Miguel04
NXP TechSupport
NXP TechSupport

Hi @smecolive 

My name is Miguel, I will help you with your issues.

The errors you have are because of the place you close/open "{  }"

Make sure you have a pair of "{  }" between any group of values separated by "," for you array.

Let me know if this resolve your issue.

I suggest to check that you write every definition of variables, functions, structures or macros on the header files (.h) and also all files that you need are included.

Let me know if you ressolve your issue.

Best regards,

Miguel.

View solution in original post

0 Kudos
1 Reply
686 Views
Miguel04
NXP TechSupport
NXP TechSupport

Hi @smecolive 

My name is Miguel, I will help you with your issues.

The errors you have are because of the place you close/open "{  }"

Make sure you have a pair of "{  }" between any group of values separated by "," for you array.

Let me know if this resolve your issue.

I suggest to check that you write every definition of variables, functions, structures or macros on the header files (.h) and also all files that you need are included.

Let me know if you ressolve your issue.

Best regards,

Miguel.

0 Kudos