Forum Discussion
Altera_Forum
Honored Contributor
10 years agoYou shouldn't be changing the auto generated HAL drivers. If you want to add your own custom files start a new .h and .c files in your project folder and# include the generated HAL files (or not if you don't want to use the auto generated drivers).
If you don't include a driver in your main program then it won't be used. You can make your own drivers (by including system.h) as described above.