From 4cb2ddc568b19b2b788fb61ed838556036699bee Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Fri, 18 Oct 2019 02:20:36 +1100 Subject: rtemstoolkit: Interpolate realing rtems configuration files. --- rtemstoolkit/rtems.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtemstoolkit/rtems.py b/rtemstoolkit/rtems.py index fc46946..30c8c16 100755 --- a/rtemstoolkit/rtems.py +++ b/rtemstoolkit/rtems.py @@ -108,7 +108,7 @@ def bsp_configuration_file(prog = None): class configuration: def __init__(self): - self.config = configuration_.configuration() + self.config = configuration_.configuration(raw = False) self.archs = { } self.profiles = { } -- cgit v1.2.3