Skip to content

Commit 9ff6ccb

Browse files
committed
remove commented-out code
1 parent 11288c1 commit 9ff6ccb

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

shared-module/rgbmatrix/RGBMatrix.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,17 +104,13 @@ void common_hal_rgbmatrix_rgbmatrix_reconstruct(rgbmatrix_rgbmatrix_obj_t *self,
104104

105105
if (stat == PROTOMATTER_OK) {
106106
_PM_protoPtr = &self->protomatter;
107-
// common_hal_mcu_disable_interrupts();
108107
common_hal_rgbmatrix_timer_enable(self->timer);
109108
stat = _PM_begin(&self->protomatter);
110109

111110
if (stat == PROTOMATTER_OK) {
112111
_PM_convert_565(&self->protomatter, self->bufinfo.buf, self->width);
113112
_PM_swapbuffer_maybe(&self->protomatter);
114113
}
115-
// common_hal_mcu_enable_interrupts();
116-
// if (stat == PROTOMATTER_OK) {
117-
// }
118114
}
119115

120116
if (stat != PROTOMATTER_OK) {

0 commit comments

Comments
 (0)