Browse Source

AP_HAL: disabled ADC3 on H750

define __FASTRAMFUNC__
gps-1.3.1
Andy Piper 3 years ago committed by Peter Hall
parent
commit
a7ac4809b1
  1. 10
      libraries/AP_HAL/AP_HAL_Boards.h

10
libraries/AP_HAL/AP_HAL_Boards.h

@ -262,7 +262,7 @@ @@ -262,7 +262,7 @@
#endif
#ifndef HAL_WITH_MCU_MONITORING
#define HAL_WITH_MCU_MONITORING defined(STM32H7)
#define HAL_WITH_MCU_MONITORING defined(STM32H7) && STM32_HAS_ADC3
#endif
#ifndef HAL_HNF_MAX_FILTERS
@ -283,3 +283,11 @@ @@ -283,3 +283,11 @@
#define HAL_HNF_MAX_FILTERS 18
#endif
#endif
#ifndef __RAMFUNC__
#define __RAMFUNC__
#endif
#ifndef __FASTRAMFUNC__
#define __FASTRAMFUNC__
#endif

Loading…
Cancel
Save