'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!