Update platforms/nuttx/src/px4/stm/stm32h7/include/px4_arch/micro_hal.h

Co-authored-by: David Sidrane <David.Sidrane@Nscdg.com>
This commit is contained in:
dinomani 2021-03-17 17:22:55 +01:00 committed by David Sidrane
parent 44b2e0b729
commit 4bf894a35d

View File

@ -62,7 +62,6 @@ int stm32h7_flash_lock(size_t addr);
int stm32h7_flash_unlock(size_t addr);
int stm32h7_flash_writeprotect(size_t block, bool enabled);
#define stm32_flash_lock() stm32h7_flash_lock(PX4_FLASH_BASE)
#define PX4_ADC_ADC3_BASE STM32_ADC3_BASE
#define PX4_ADC_INTERNAL_TEMP_SENSOR_CHANNEL (20) //Valid for ADC3 on H7x3
__END_DECLS