From 6464f44437ecf93fbdbf026b248f770a82a52ee2 Mon Sep 17 00:00:00 2001 From: ZodiusInfuser Date: Thu, 27 Apr 2023 21:23:35 +0100 Subject: [PATCH] Fix micropython config --- .../modules/breakout_encoder_wheel/breakout_encoder_wheel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/micropython/modules/breakout_encoder_wheel/breakout_encoder_wheel.c b/micropython/modules/breakout_encoder_wheel/breakout_encoder_wheel.c index 87e14b05..4af83f03 100644 --- a/micropython/modules/breakout_encoder_wheel/breakout_encoder_wheel.c +++ b/micropython/modules/breakout_encoder_wheel/breakout_encoder_wheel.c @@ -36,7 +36,7 @@ STATIC MP_DEFINE_CONST_DICT(BreakoutEncoderWheel_locals_dict, BreakoutEncoderWhe /***** Class Definition *****/ #ifdef MP_DEFINE_CONST_OBJ_TYPE MP_DEFINE_CONST_OBJ_TYPE( - breakout_encoder_BreakoutEncoderWheel_type, + breakout_encoder_wheel_BreakoutEncoderWheel_type, MP_QSTR_BreakoutEncoderWheel, MP_TYPE_FLAG_NONE, make_new, BreakoutEncoderWheel_make_new,