Skip to content

Commit d6d705d

Browse files
soburiCopilot
andauthored
Update cores/arduino/zephyrCommon.cpp
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 46287d2 commit d6d705d

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
@@ -447,7 +447,7 @@ long random(long max) {
447447
#endif
448448

449449
unsigned long pulseIn(pin_size_t pinNumber, uint8_t state, unsigned long timeout) {
450-
const struct device* port = local_gpio_port(pinNumber);
450+
const struct device *port = local_gpio_port(pinNumber);
451451
const size_t pin = local_gpio_pin(pinNumber);
452452
struct k_timer timer;
453453
int64_t start, end, delta = 0;

0 commit comments

Comments
 (0)