소스 검색

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.
Tannoo 6 년 전
부모
커밋
94dd39b3b7
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0
    1
      Marlin/src/HAL/HAL_LPC1768/HAL.cpp

+ 0
- 1
Marlin/src/HAL/HAL_LPC1768/HAL.cpp 파일 보기

@@ -127,7 +127,6 @@ void HAL_adc_start_conversion(uint8_t adc_pin) {
127 127
 }
128 128
 
129 129
 bool HAL_adc_finished(void) {
130
-  uint32_t data = LPC_ADC->ADGDR;
131 130
   return LPC_ADC->ADGDR & ADC_DONE;
132 131
 }
133 132
 

Loading…
취소
저장