Skip to content

Commit

Permalink
SAMD51 cleanup (MarlinFirmware#18419)
Browse files Browse the repository at this point in the history
  • Loading branch information
GMagician authored and Alexander Yasnogor committed Aug 7, 2020
1 parent cfa7e84 commit d53082b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Marlin/src/HAL/SAMD51/HAL.h
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,6 @@ void HAL_adc_init();
#define HAL_ADC_READY() true

void HAL_adc_start_conversion(const uint8_t adc_pin);
inline uint16_t HAL_adc_get_result() { return HAL_adc_result; }

//
// Pin Map
Expand Down

0 comments on commit d53082b

Please sign in to comment.