mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-05-05 07:25:00 -04:00
ch552: Reorganize file directory structure
- Move source files to separate directory. - Move include files to separate directory. - Add specific output direcory for intermediate files.
This commit is contained in:
parent
8d8f4c7faf
commit
7de49d2021
11 changed files with 19 additions and 23 deletions
|
@ -57,7 +57,7 @@ if __name__ == "__main__":
|
|||
"TkeyCtrlInterfaceDesc": "TKEY-Ctrl"
|
||||
}
|
||||
|
||||
with open('include/usb_strings.h', 'w') as f:
|
||||
with open('inc/usb_strings.h', 'w') as f:
|
||||
f.write('#ifndef __USB_STRINGS_H__\n')
|
||||
f.write('#define __USB_STRINGS_H__\n')
|
||||
f.write('\n')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue