From 9b5625f12ae067a1583252d41febef848f055588 Mon Sep 17 00:00:00 2001 From: jaseg Date: Thu, 26 Nov 2020 12:39:21 +0100 Subject: Make firmware build and run --- prototype/fw/tools/patch_system_init.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prototype/fw/tools/patch_system_init.py') 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()) -- cgit