We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07452b2 commit 28f3d91Copy full SHA for 28f3d91
supervisor/shared/status_leds.c
@@ -196,8 +196,10 @@ void status_led_deinit() {
196
197
#elif defined(MICROPY_HW_APA102_MOSI) && defined(MICROPY_HW_APA102_SCK)
198
#if CIRCUITPY_BITBANG_APA102
199
+ shared_module_bitbangio_spi_unlock(&status_apa102);
200
shared_module_bitbangio_spi_deinit(&status_apa102);
201
#else
202
+ common_hal_busio_spi_unlock(&status_apa102);
203
common_hal_busio_spi_deinit(&status_apa102);
204
#endif
205
0 commit comments