Skip to content

Commit 8663ba9

Browse files
pat-rogersjklmnn
authored andcommitted
Remove trailing blanks.
Bump copyright year to 2026 on F429/F469/F769 stm32-board.ads Companion to the SDRAM timing edits in this PR; F746 was already at 2026.
1 parent 24ccb1d commit 8663ba9

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

boards/stm32_common/stm32f429disco/stm32-board.ads

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
------------------------------------------------------------------------------
22
-- --
3-
-- Copyright (C) 2015-2016, AdaCore --
3+
-- Copyright (C) 2015-2026, AdaCore --
44
-- --
55
-- Redistribution and use in source and binary forms, with or without --
66
-- modification, are permitted provided that the following conditions are --
@@ -135,8 +135,8 @@ package STM32.Board is
135135

136136
-- SDRAM AC timings (ns) for the on-board ISSI IS42S16400J
137137
-- Values from the ST BSP in stm32f429i_discovery_sdram.c at SDCLK = 90 MHz:
138-
SDRAM_TRAS_In_Ns : constant := 42; -- TRAS
139-
SDRAM_TRC_In_Ns : constant := 70; -- TRC
138+
SDRAM_TRAS_In_Ns : constant := 42; -- TRAS
139+
SDRAM_TRC_In_Ns : constant := 70; -- TRC
140140
SDRAM_TXSR_In_Ns : constant := 70; -- TXSR
141141

142142
---------------

boards/stm32_common/stm32f469disco/stm32-board.ads

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
------------------------------------------------------------------------------
22
-- --
3-
-- Copyright (C) 2015-2018, AdaCore --
3+
-- Copyright (C) 2015-2026, AdaCore --
44
-- --
55
-- Redistribution and use in source and binary forms, with or without --
66
-- modification, are permitted provided that the following conditions are --

boards/stm32_common/stm32f769disco/stm32-board.ads

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
------------------------------------------------------------------------------
22
-- --
3-
-- Copyright (C) 2015-2018, AdaCore --
3+
-- Copyright (C) 2015-2026, AdaCore --
44
-- --
55
-- Redistribution and use in source and binary forms, with or without --
66
-- modification, are permitted provided that the following conditions are --

0 commit comments

Comments
 (0)