MQX 3.6.2 defined as #define MQX_VERSION (360) in mqx.h

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

MQX 3.6.2 defined as #define MQX_VERSION (360) in mqx.h

Jump to solution
718 Views
CarlFST60L
Senior Contributor II

Hi,

 

I need my pre processor to notify me of various things throughout my code after incremental MQX updates To do this I check MQX_VERSION using the preprocessor. However, I just updated to 3.6.2 and the version is defined as 360. Is there a reason for this? How else can the pre processor notify me of MQX incremental updates? i.e.

 

#if MQX_VERSION != 362

#warning MQX has been updated, you need to bla bla bla

#endif

 

Carl.

0 Kudos
1 Solution
377 Views
PetrL
NXP Employee
NXP Employee

Hi,

 

that is the bug in the 3.6.2 release. The version numbers will be incremented properly in further releases.

 

PetrL

 

View solution in original post

0 Kudos
1 Reply
378 Views
PetrL
NXP Employee
NXP Employee

Hi,

 

that is the bug in the 3.6.2 release. The version numbers will be incremented properly in further releases.

 

PetrL

 

0 Kudos