From ed536a0e3b983a463c1f5886e26fb262410c74a3 Mon Sep 17 00:00:00 2001 From: Topo-png <67564355+Topo-png@users.noreply.github.com> Date: Sun, 8 Aug 2021 20:17:44 -0400 Subject: [PATCH] Add files via upload --- UsbCore.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UsbCore.h b/UsbCore.h index 677c4b52..0cf79a53 100644 --- a/UsbCore.h +++ b/UsbCore.h @@ -53,7 +53,7 @@ typedef MAX3421e MAX3421E; // ESP32 boards #elif (defined(__AVR_ATmega644P__) || defined(__AVR_ATmega1284P__)) typedef MAX3421e MAX3421E; // Sanguino #elif defined(AM_PART_APOLLO3) -//typedef MAX3421e MAX3421E; // Sparkfun Redboard Artemis All the pins +typedef MAX3421e MAX3421E; // Sparkfun Redboard Artemis All the pins #else typedef MAX3421e MAX3421E; // Official Arduinos (UNO, Duemilanove, Mega, 2560, Leonardo, Due etc.), Intel Edison, Intel Galileo 2 or Teensy 2.0 and 3.x #endif