Permalink
Cannot retrieve contributors at this time
executable file
9 lines (6 sloc)
156 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env python2 | |
| # -*- coding: utf-8 -*- | |
| from stm32_dfu import main | |
| if __name__ == '__main__': | |
| main() | |
| # all my code now exists in stm32_dfu.py |