Add and update more Atmel Studio project description XML files.

This commit is contained in:
Dean Camera 2013-01-10 20:08:31 +00:00
parent bbffe94a9d
commit 5b5957f9ea
21 changed files with 652 additions and 5 deletions

View file

@ -15,7 +15,7 @@ def main():
try:
from asf_avrstudio5_interface import PythonFacade
except ImportError:
print "The ASF project generator is missing."
print "Fatal Error: The ASF project generator is missing."
sys.exit()
p = PythonFacade(os.path.abspath(__file__))
@ -32,4 +32,4 @@ def main():
if __name__ == "__main__":
sys.exit(main())
sys.exit(main())