Add and update more Atmel Studio project description XML files.
This commit is contained in:
parent
bbffe94a9d
commit
5b5957f9ea
21 changed files with 652 additions and 5 deletions
|
@ -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())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue