Browse Source

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

Co-authored-by: David Sidrane <David.Sidrane@Nscdg.com>
release/1.12
dinomani 4 years ago committed by David Sidrane
parent
commit
4bf894a35d
  1. 1
      platforms/nuttx/src/px4/stm/stm32h7/include/px4_arch/micro_hal.h

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

@ -62,7 +62,6 @@ int stm32h7_flash_lock(size_t addr); @@ -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

Loading…
Cancel
Save