diff options
author | jaseg <git@jaseg.de> | 2020-11-26 12:39:21 +0100 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2020-11-26 12:39:21 +0100 |
commit | 9b5625f12ae067a1583252d41febef848f055588 (patch) | |
tree | 71ce1935254fec9bca064aa08dfe6eb7ef0e0c3e /prototype/fw/tools | |
parent | 451904a0c5fae3bd28d35c7128df3a9db1a04b26 (diff) | |
download | ihsm-9b5625f12ae067a1583252d41febef848f055588.tar.gz ihsm-9b5625f12ae067a1583252d41febef848f055588.tar.bz2 ihsm-9b5625f12ae067a1583252d41febef848f055588.zip |
Make firmware build and run
Diffstat (limited to 'prototype/fw/tools')
-rw-r--r-- | prototype/fw/tools/patch_system_init.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/prototype/fw/tools/patch_system_init.py b/prototype/fw/tools/patch_system_init.py index 1c83f5e..a3e84f8 100644 --- a/prototype/fw/tools/patch_system_init.py +++ b/prototype/fw/tools/patch_system_init.py @@ -16,4 +16,4 @@ if __name__ == '__main__': if line.strip().startswith('SCB->VTOR'): print(' SCB->VTOR = (uint32_t)&g_pfnVectors;') else: - print(line) + print(line.rstrip()) |