Skip to content

Commit 4226b44

Browse files
committed
RPI compile error
1 parent 9b463b0 commit 4226b44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ArduinoCore-Linux/cores/rasperry_pi/HardwareGPIO_RPI.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ class HardwareGPIO_RPI : public HardwareGPIO {
111111
/** PWM-capable pins on Raspberry Pi */
112112
int pwm_pins[4] = {12, 13, 18, 19};
113113
bool is_open = false;
114-
const char* device_name = "gpiochip0"
114+
const char* device_name = "gpiochip0";
115115
};
116116

117117
} // namespace arduino

0 commit comments

Comments
 (0)