File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -588,13 +588,6 @@ extern const struct _mp_obj_module_t random_module;
588
588
#define RANDOM_MODULE
589
589
#endif
590
590
591
- #if CIRCUITPY_RP2PIO
592
- extern const struct _mp_obj_module_t rp2pio_module ;
593
- #define RP2PIO_MODULE { MP_OBJ_NEW_QSTR(MP_QSTR_rp2pio),(mp_obj_t)&rp2pio_module },
594
- #else
595
- #define RP2PIO_MODULE
596
- #endif
597
-
598
591
#if CIRCUITPY_RGBMATRIX
599
592
extern const struct _mp_obj_module_t rgbmatrix_module ;
600
593
#define RGBMATRIX_MODULE { MP_OBJ_NEW_QSTR(MP_QSTR_rgbmatrix),(mp_obj_t)&rgbmatrix_module },
@@ -609,6 +602,13 @@ extern const struct _mp_obj_module_t rotaryio_module;
609
602
#define ROTARYIO_MODULE
610
603
#endif
611
604
605
+ #if CIRCUITPY_RP2PIO
606
+ extern const struct _mp_obj_module_t rp2pio_module ;
607
+ #define RP2PIO_MODULE { MP_OBJ_NEW_QSTR(MP_QSTR_rp2pio),(mp_obj_t)&rp2pio_module },
608
+ #else
609
+ #define RP2PIO_MODULE
610
+ #endif
611
+
612
612
#if CIRCUITPY_RTC
613
613
extern const struct _mp_obj_module_t rtc_module ;
614
614
#define RTC_MODULE { MP_OBJ_NEW_QSTR(MP_QSTR_rtc), (mp_obj_t)&rtc_module },
@@ -856,10 +856,10 @@ extern const struct _mp_obj_module_t msgpack_module;
856
856
PULSEIO_MODULE \
857
857
PWMIO_MODULE \
858
858
RANDOM_MODULE \
859
- RP2PIO_MODULE \
860
859
RE_MODULE \
861
860
RGBMATRIX_MODULE \
862
861
ROTARYIO_MODULE \
862
+ RP2PIO_MODULE \
863
863
RTC_MODULE \
864
864
SAMD_MODULE \
865
865
SDCARDIO_MODULE \
You can’t perform that action at this time.
0 commit comments