Skip to content

Commit f062577

Browse files
committed
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 <[email protected]>
1 parent 77b59dd commit f062577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/arduino/zephyrCommon.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ size_t analog_pin_index(pin_size_t pinNumber) {
177177

178178
static unsigned int irq_key;
179179
static bool interrupts_disabled = false;
180-
}
180+
} // namespace
181181

182182
void yield(void) {
183183
k_yield();

0 commit comments

Comments
 (0)