LCD_UBL_memory_slot_corrections (#7516)
* LCD_UBL_memory_slot_corrections Changed the memory slot edit function to work with the `settings.calc_num_meshes()` * Add a little more safety margin... * More corrections Error handling when the EEPROM is not available.
This commit is contained in:
parent
8587c4e1ec
commit
94dd39b3b7
@ -127,7 +127,6 @@ void HAL_adc_start_conversion(uint8_t adc_pin) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
bool HAL_adc_finished(void) {
|
bool HAL_adc_finished(void) {
|
||||||
uint32_t data = LPC_ADC->ADGDR;
|
|
||||||
return LPC_ADC->ADGDR & ADC_DONE;
|
return LPC_ADC->ADGDR & ADC_DONE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user