Skip to content

Commit

Permalink
added ".h" extension to the list of IOT files (issue: #202)
Browse files Browse the repository at this point in the history
  • Loading branch information
gepd committed Nov 30, 2017
1 parent b1a2aeb commit a409637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def accepted_extensions():
"""
Files accepted to be processed by deviot
"""
accepted = ['ino', 'pde', 'cpp', 'c', '.S']
accepted = ['ino', 'pde', 'cpp', 'c', 'S', 'h']
return accepted

def get_env_paths():
Expand Down

0 comments on commit a409637

Please sign in to comment.