Skip to content

Commit f89b416

Browse files
committed
Fix compilation for Portenta H7
1 parent fe6d4e2 commit f89b416

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/Common.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@
1414
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
1515
*/
1616

17+
#ifdef ARDUINO_PORTENTA_H7_M7
18+
#define RESET _RESET
19+
#endif
20+
1721
enum Commands {
1822
GET_VERSION = 0x01,
1923
RESET,

0 commit comments

Comments
 (0)