define files missing

Thread Starter

LaurenceR

Joined Feb 7, 2013
107
I have been using an atmel attiny26 mcu. It has now migrated to attiny 261, then to 261A. I am using Atmel Studio 7.0. It keeps stopping the build and debugging process saying it can't find the "261A def.include" files. Even if I go back to the 26 model it still says it can't find the def. files.
Any help would be appreciated.

Thanks
 

Thread Starter

LaurenceR

Joined Feb 7, 2013
107
So as not to waste anyone's valuable time, I think I found the answer to this. Be ware of syntax. I mistakenly put a space between the name and "def". It clearly didn't like it. Took the space out and it worked.
 
Top