mirror of https://github.com/ARMmbed/mbed-os.git
Return correct configuration dict
parent
0e5cb66ca5
commit
5b83f21cec
|
@ -903,7 +903,7 @@ class Config(object):
|
||||||
all_params = self.get_target_config_data()
|
all_params = self.get_target_config_data()
|
||||||
lib_params, macros = self.get_lib_config_data(all_params)
|
lib_params, macros = self.get_lib_config_data(all_params)
|
||||||
self.get_app_config_data(lib_params, macros)
|
self.get_app_config_data(lib_params, macros)
|
||||||
return all_params, macros
|
return lib_params, macros
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def _check_required_parameters(params):
|
def _check_required_parameters(params):
|
||||||
|
|
Loading…
Reference in New Issue