File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 59
59
#include "common-hal/pulseio/PulseIn.h"
60
60
#include "common-hal/pulseio/PulseOut.h"
61
61
#include "common-hal/pulseio/PWMOut.h"
62
+ #include "common-hal/touchio/TouchIn.h"
62
63
#include "common-hal/usb_hid/__init__.h"
63
64
64
65
#include "autoreload.h"
69
70
#include "tick.h"
70
71
71
72
#ifdef EXPRESS_BOARD
72
- #include "common-hal/touchio/TouchIn.h"
73
73
#define INTERNAL_CIRCUITPY_CONFIG_START_ADDR (0x00040000 - 0x100 - CIRCUITPY_INTERNAL_NVM_SIZE)
74
74
#else
75
75
#define INTERNAL_CIRCUITPY_CONFIG_START_ADDR (0x00040000 - 0x010000 - 0x100 - CIRCUITPY_INTERNAL_NVM_SIZE)
@@ -193,13 +193,13 @@ void reset_samd21(void) {
193
193
194
194
#ifdef EXPRESS_BOARD
195
195
audioout_reset ();
196
+ #endif
197
+
196
198
touchin_reset ();
197
199
pdmin_reset ();
198
200
pulsein_reset ();
199
201
pulseout_reset ();
200
202
pwmout_reset ();
201
- #endif
202
-
203
203
analogin_reset ();
204
204
205
205
You can’t perform that action at this time.
0 commit comments