Skip to content

Commit e5a57d2

Browse files
committed
Fix function name in prototype
1 parent 46ac717 commit e5a57d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/qrio/QRDecoder.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ extern const mp_obj_type_t qrio_qrdecoder_type_obj;
3434

3535
void common_hal_qrio_qrdecoder_construct(qrio_qrdecoder_obj_t *self);
3636

37-
mp_obj_t common_hal_qrio_qrdecoder_recognize(qrio_qrdecoder_obj_t *self, int width, int height, mp_buffer_info_t *buf);
37+
mp_obj_t common_hal_qrio_qrdecoder_decode(qrio_qrdecoder_obj_t *self, int width, int height, mp_buffer_info_t *buf);

0 commit comments

Comments
 (0)