Skip to content

Commit e329d1d

Browse files
committed
* inst/+arduinoio/lib/octave.ino: update project file (c)
1 parent f9490ba commit e329d1d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inst/+arduinoio/lib/octave.ino

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/*
22
* Octave arduino interface
3-
* Copyright (C) 2018-2019 John Donoghue <[email protected]>
3+
* Copyright (C) 2018-2023 John Donoghue <[email protected]>
44
*
55
* This program is free software: you can redistribute it and/or modify it
66
* under the terms of the GNU General Public License as published by
@@ -72,7 +72,7 @@ void setup() {
7272

7373
#if defined(ARDUINO_ARCH_AVR)
7474
// clear watchdog
75-
//clear all flags
75+
// clear all flags
7676
MCUSR = 0;
7777

7878
/* Write logical one to WDCE and WDE */

0 commit comments

Comments
 (0)