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

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

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

ソリューションへジャンプ
731件の閲覧回数
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 件の賞賛
1 解決策
390件の閲覧回数
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 件の賞賛
1 返信
391件の閲覧回数
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 件の賞賛