Skip to content

Commit 0ed20d4

Browse files
authored
fix(compatibility table): 🚑 Add missing STM32F405RG string to deviceNames[] array (#107)
1 parent b5ae64a commit 0ed20d4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hal/CompatibilityTable/CompatibilityTable.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -365,6 +365,7 @@ namespace hal
365365
"STM32F401RC",
366366
"STM32F401RD",
367367
"STM32F401RE",
368+
"STM32F405RG",
368369
"STM32F407VE",
369370
"STM32F407VG",
370371
"STM32F410C8",

0 commit comments

Comments
 (0)