summaryrefslogtreecommitdiff
path: root/prototype/fw/tools/patch_system_init.py
diff options
context:
space:
mode:
Diffstat (limited to 'prototype/fw/tools/patch_system_init.py')
-rw-r--r--prototype/fw/tools/patch_system_init.py2
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())