From 064726ccd9425f4341c557b54a90328b90803b5c Mon Sep 17 00:00:00 2001 From: TOKITA Hiroshi Date: Wed, 20 Aug 2025 21:04:17 +0900 Subject: [PATCH] zephyrCommon: Add comment at the end of the anonymous namespace Added a comment because it was difficult to understand where the namespace ends. Signed-off-by: TOKITA Hiroshi --- cores/arduino/zephyrCommon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cores/arduino/zephyrCommon.cpp b/cores/arduino/zephyrCommon.cpp index 6fa94bc4..e71624f7 100644 --- a/cores/arduino/zephyrCommon.cpp +++ b/cores/arduino/zephyrCommon.cpp @@ -177,7 +177,7 @@ size_t analog_pin_index(pin_size_t pinNumber) { static unsigned int irq_key; static bool interrupts_disabled = false; -} +} // namespace void yield(void) { k_yield();