HardFault related to auto r = convertFromInputValue(inputValue); #948

This commit is contained in:
rusefi 2019-09-23 02:02:42 -04:00
parent 2bacf53c0d
commit 8c108f8362
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ static void adc_callback_slow(ADCDriver *adcp, adcsample_t *buffer, size_t n) {
AdcSubscription::UpdateSubscribers();
}
static char errorMsgBuff[_MAX_FILLER];
static char errorMsgBuff[_MAX_FILLER + 2];
void addChannel(const char *name, adc_channel_e setting, adc_channel_mode_e mode) {
if (setting == EFI_ADC_NONE) {