We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9490ba commit e329d1dCopy full SHA for e329d1d
inst/+arduinoio/lib/octave.ino
@@ -1,6 +1,6 @@
1
/*
2
* Octave arduino interface
3
- * Copyright (C) 2018-2019 John Donoghue <[email protected]>
+ * Copyright (C) 2018-2023 John Donoghue <[email protected]>
4
*
5
* This program is free software: you can redistribute it and/or modify it
6
* under the terms of the GNU General Public License as published by
@@ -72,7 +72,7 @@ void setup() {
72
73
#if defined(ARDUINO_ARCH_AVR)
74
// clear watchdog
75
- //clear all flags
+ // clear all flags
76
MCUSR = 0;
77
78
/* Write logical one to WDCE and WDE */
0 commit comments