Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
390ce86a
Commit
390ce86a
authored
Nov 30, 2016
by
Damien George
Browse files
stmhal/adc: Add support for F767 MCU.
parent
52dfad08
Changes
1
Hide whitespace changes
Inline
Side-by-side
stmhal/adc.c
View file @
390ce86a
...
...
@@ -92,7 +92,7 @@
#define VBAT_DIV (2)
#elif defined(STM32F427xx) || defined(STM32F429xx) || \
defined(STM32F437xx) || defined(STM32F439xx) || \
defined(STM32F746xx)
defined(STM32F746xx)
|| defined(STM32F767xx)
#define VBAT_DIV (4)
#elif defined(STM32L476xx)
#define VBAT_DIV (3)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment