This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Missing closing bracket in emifa.h

Other Parts Discussed in Thread: OMAP-L138

Hello,

I noticed there's a missing closing bracket at the end of emifa.h file for C6748:

#ifdef __cplusplus
}
#endif

Best regards,

David.

  • David,

    Out of curiosity (I am not in the development team) which version of the C6748 StarterWare are you using? I do not see anything missing in the OMAP-L138 version 1.10.03.03 which I would expect to be largely the same as for the C6748.

  • David,

    I went ahead and downloaded the latest version (v1.20.03.03) for C6748 and it looks the same as the other file. The opening and closing brackets are only there in case the user is programming in a C++ environment at which point it is necessary to wrap the C code with an extern "C" {...} statement.

    Please confirm whether or not the file you are looking at was missing the closing bracket/ifdef clause, and if so which version of the StarterWare package you are using.

  • Hello,

    I'm programming in C++ environment and the missing bracket is in both 1.20.02.02 and 1.20.03.03, had to add it in both.

    Best regards,

    David.