This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Why error in Keil code when I compile my application?

'When I try to build my application using uVision4, I get the following error:

C:\Keil\ARM\RV31\Inc\RTX_lib.c(183): error: #29: expected an expression

Line 183 is as follows:

#if (__ARM__ && __RTA_RTX_CONFIG)

This preprocessor conditional if statement has closing #endif. This is Keil's library code.
It looks like I accidentally modified this file because it has yesterday's date.

What might be the reason for this error?

Thank you!

0