File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
ports/espressif/common-hal/analogbufio Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ msgid "%q must be >= %d"
181
181
msgstr ""
182
182
183
183
#: 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'"
185
185
msgstr ""
186
186
187
187
#: 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
243
243
adc_digi_output_format_t output_format = ADC_DIGI_OUTPUT_FORMAT_TYPE1 ;
244
244
245
245
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 );
247
247
}
248
248
249
249
start_dma (self , & convert_mode , & output_format );
You can’t perform that action at this time.
0 commit comments