File tree Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Expand file tree Collapse file tree 3 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 109
109
#include "shared-bindings/rtc/__init__.h"
110
110
#include "shared_timers.h"
111
111
#include "reset.h"
112
+ #include "common-hal/pulseio/PulseIn.h"
112
113
113
114
#include "supervisor/background_callback.h"
114
115
#include "supervisor/shared/safe_mode.h"
Original file line number Diff line number Diff line change 24
24
* THE SOFTWARE.
25
25
*/
26
26
27
+ #include "modules/module.h"
28
+
27
29
void never_reset_module_internal_pins (void ) {
28
30
}
Original file line number Diff line number Diff line change 137
137
endif
138
138
endif
139
139
140
+ SRC_TINYUSB = $(filter lib/tinyusb/% .c, $(SRC_SUPERVISOR ) )
141
+ $(patsubst % .c,$(BUILD ) /% .o,$(SRC_TINYUSB ) ) : CFLAGS += -Wno-missing-prototypes
142
+
140
143
SUPERVISOR_O = $(addprefix $(BUILD ) /, $(SRC_SUPERVISOR:.c=.o ) )
141
144
142
145
ifeq ($(CIRCUITPY_DISPLAYIO ) , 1)
You can’t perform that action at this time.
0 commit comments