Skip to content

Commit f22cf0d

Browse files
committed
Fix return type of ArduinoLEDMatrix::begin()
1 parent dfcf97a commit f22cf0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/Arduino_LED_Matrix/src/Arduino_LED_Matrix.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ class ArduinoLEDMatrix
169169
void off(size_t pin) {
170170
turnLed(pin, false);
171171
}
172-
int begin() {
172+
void begin() {
173173
uint8_t type;
174174
uint8_t ch = FspTimer::get_available_timer(type);
175175
// TODO: avoid passing "this" argument to remove autoscroll

0 commit comments

Comments
 (0)