Skip to content

emulator: Don’t require config.h#437

Open
markmentovai wants to merge 1 commit into
Open-Smartwatch:developfrom
markmentovai:emulator_dont_require_config.h
Open

emulator: Don’t require config.h#437
markmentovai wants to merge 1 commit into
Open-Smartwatch:developfrom
markmentovai:emulator_dont_require_config.h

Conversation

@markmentovai
Copy link
Copy Markdown

37d7d51 (2021-07-22) made it so that config.h was only required if necessary to override config_defaults.h, and ae52505 (2022-10-19) documented that. However, the emulator build still required the presence of config.h. This updates remaining files to #include "config_defaults.h", which has the responsibility for conditionally further including config.h if present, just like the non-emulator build.

37d7d51 (2021-07-22) made it so that config.h was only required if
necessary to override config_defaults.h, and ae52505 (2022-10-19)
documented that. However, the emulator build still required the presence
of config.h. This updates remaining files to `#include
"config_defaults.h"`, which has the responsibility for conditionally
further including "config.h" if present, just like the non-emulator
build.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant