File tree Expand file tree Collapse file tree
ports/espressif/common-hal/analogbufio Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ msgid "%q must be >= %d"
181181msgstr ""
182182
183183#: ports/espressif/common-hal/analogbufio/BufferedIn.c
184- msgid "%q must be a array of type 'H'"
184+ msgid "%q must be an array of type 'H'"
185185msgstr ""
186186
187187#: shared-bindings/analogbufio/BufferedIn.c
Original file line number Diff line number Diff line change @@ -243,7 +243,7 @@ uint32_t common_hal_analogbufio_bufferedin_readinto(analogbufio_bufferedin_obj_t
243243 adc_digi_output_format_t output_format = ADC_DIGI_OUTPUT_FORMAT_TYPE1 ;
244244
245245 if (bytes_per_sample != 2 ) {
246- mp_raise_ValueError_varg (translate ("%q must be a array of type 'H'" ), MP_QSTR_buffer );
246+ mp_raise_ValueError_varg (translate ("%q must be an array of type 'H'" ), MP_QSTR_buffer );
247247 }
248248
249249 start_dma (self , & convert_mode , & output_format );
You can’t perform that action at this time.
0 commit comments