Tool/software: Code Composer Studio
Hello,
I made an 'initial' project by importing the 'Micro BLE Broadcaster Scanner' to CCS from GitHub. I made edits to the main thread found in 'uble_bcast_scan.c' I then copied that project (by following the instructions in the documentation) by right-clicking, copying and pasting with a new project name. I then edited the file 'uble_bcast_scan.c' in the new project, and discovered it had made changes to the original .c file in the original project.
Looking at the file properties (in CCS), I now see that 'uble_bcast_scan.c' is actually a linked file resource that points to example app folder structure I imported.
My question is: is there any way at all I can recover the previous version of 'uble_bcast_scan.c' from my initial project?
And if I am SOL, is there a way to change CCS's config such that when I make a copy of a project, it breaks all linked file references and actually just makes a copy of a project?