Skip to content

Commit

Permalink
Add STM32F765xx
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Gusakov <dron0gus@gmail.com>
  • Loading branch information
dron0gus committed Jan 31, 2021
1 parent 0b48974 commit eaff869
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions os/hal/ports/STM32/STM32F7xx/stm32_registry.h
Original file line number Diff line number Diff line change
Expand Up @@ -750,9 +750,9 @@
#endif /* defined(STM32F745xx) || defined(STM32F746xx) || defined(STM32F756xx) */

/*===========================================================================*/
/* STM32F767xx, STM32F769xx, STM32F777xx, STM32F779xx. */
/* STM32F765xx, STM32F767xx, STM32F769xx, STM32F777xx, STM32F779xx. */
/*===========================================================================*/
#if defined(STM32F767xx) || defined(STM32F769xx) || \
#if defined(STM32F765xx) || defined(STM32F767xx) || defined(STM32F769xx) || \
defined(STM32F777xx) || defined(STM32F779xx) || \
defined(__DOXYGEN__)
/* ADC attributes.*/
Expand Down Expand Up @@ -1098,7 +1098,7 @@
#define STM32_HAS_CRC TRUE
#define STM32_CRC_PROGRAMMABLE FALSE

#endif /* defined(STM32F767xx) || defined(STM32F769xx) ||
#endif /* defined(STM32F765xx) || defined(STM32F767xx) || defined(STM32F769xx) ||
defined(STM32F777xx) || defined(STM32F779xx) */
/** @} */

Expand Down

0 comments on commit eaff869

Please sign in to comment.