Skip to content

Commit d5eda52

Browse files
theotherjimmyscreamerbg
andauthored
Thanks
Co-Authored-By: screamerbg <[email protected]>
1 parent 7871c06 commit d5eda52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mbed/mbed.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1760,7 +1760,7 @@ def set_defaults(self, target=None, toolchain=None):
17601760
if toolchain and not self.get_cfg('TOOLCHAIN'):
17611761
self.set_cfg('TOOLCHAIN', toolchain)
17621762

1763-
def get_macros(self, more_macros=False):
1763+
def get_macros(self, more_macros=None):
17641764
macros = more_macros or []
17651765
# backwards compatibility with old MACROS.txt file
17661766
if os.path.isfile('MACROS.txt'):

0 commit comments

Comments
 (0)