Skip to content

Commit 16adf82

Browse files
committed
Change to keep the Arduinobot compiler happy
Mine compiles without it just fine. But...
1 parent 4532618 commit 16adf82

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/processing/app/AbstractMonitor.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ public String getAuthorizationKey() {
237237

238238
public abstract void openSerial() throws Exception;
239239
public abstract void closeSerial() throws Exception;
240+
240241

241242
public synchronized void addToUpdateBuffer(char buff[], int n) {
242243
updateBuffer.append(buff, 0, n);

0 commit comments

Comments
 (0)