how to remove date/time from component header file

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

how to remove date/time from component header file

722 Views
ma85_bahar
Contributor II

hi every one.

i have used cw 5.1. and i have used processor expert. when you build the cw project, it updates the date/time info which is added in comments.

pastedImage_1.png

i want to commit my project by git. when i build the project without changing code, github desktop software detects new changes due to date/time updates. (i used .gitignore and .o files are filtered) how can i disable updating date/time ?

Tags (2)
0 Kudos
1 Reply

600 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi 

processor expert doesn't have an interface that can disable this date/time information when generates processor expert code.

you can manually remove it from the source code, then disable processor expert code generation. Thus next time when you build the project, your modification will not be overwritten. But thus , you lose the advantage of pe generating code.


Have a great day,
Jun Zhang

-------------------------------------------------------------------------------
Note:
- If this post answers your question, please click the "Mark Correct" button. Thank you!

- We are following threads for 7 weeks after the last post, later replies are ignored
Please open a new thread and refer to the closed one, if you have a related question at a later point in time.
-------------------------------------------------------------------------------

0 Kudos