[time] Use add_define in the benchmark override too

This commit is contained in:
J. Nick Koston
2026-08-23 21:56:10 -05:00
parent 6573b57125
commit b186b6d6bb
+1 -1
View File
@@ -4,6 +4,6 @@ from tests.testing_helpers import ComponentManifestOverride
def override_manifest(manifest: ComponentManifestOverride) -> None:
async def to_code(config):
cg.add_build_flag("-DUSE_TIME_TIMEZONE")
cg.add_define("USE_TIME_TIMEZONE")
manifest.to_code = to_code