Hi, I would like to make changes in the .h header file which is included in the CMSIS driver of MDK5. The header file is contained with icon of a key which means locked. How can I make it editable.Any solution?
AFAIAA the lock symbol indicates the file is read only. So just remove the read only attribute on the file.
But do you really want to change the file like that? It would be better to make a copy in your project file and edit that.
A Piscarius said:AFAIAA the lock symbol indicates the file is read only
Correct: http://www.keil.com/support/man/docs/uv4/uv4_ca_filegrp_att.htm
View all questions in Keil forum