Skip to content

Commit ca17d9e

Browse files
committed
[G4] Update board template to reference G4
Signed-off-by: Frederic.Pillon <[email protected]>
1 parent 9907d16 commit ca17d9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

variants/board_template/ldscript.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@
2222
* ldscript will be availabe in the root folder (STM32YYxxxxxx_FLASH.ld)
2323
* or
2424
* copied from a STM32CubeYY project examples
25-
* where 'YY' could be F0, F1, F2, F3, F4, F7, G0, H7, L0, L1, L4, WB)
25+
* where 'YY' could be F0, F1, F2, F3, F4, F7, G0, G4, H7, L0, L1, L4, WB)
2626
*/

variants/board_template/variant.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ WEAK void SystemClock_Config(void)
160160
// available in src/main.c
161161
// or
162162
// copied from a STM32CubeYY project examples
163-
// where 'YY' could be F0, F1, F2, F3, F4, F7, G0, H7, L0, L1, L4, WB
163+
// where 'YY' could be F0, F1, F2, F3, F4, F7, G0, G4, H7, L0, L1, L4, WB
164164
}
165165

166166
#ifdef __cplusplus

0 commit comments

Comments
 (0)