Skip to content

Commit dd61fe6

Browse files
committed
Fix pull request following comment from karip
1 parent 8622a33 commit dd61fe6

File tree

3 files changed

+1
-10
lines changed

3 files changed

+1
-10
lines changed

examples/stm32/f4/nucleo-f401re/blink/Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
##
22
## This file is part of the libopencm3 project.
33
##
4-
## Copyright (C) 2009 Uwe Hermann <[email protected]>
5-
##
64
## This library is free software: you can redistribute it and/or modify
75
## it under the terms of the GNU Lesser General Public License as published by
86
## the Free Software Foundation, either version 3 of the License, or

examples/stm32/f4/nucleo-f401re/blink/blink.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
/*
22
* This file is part of the libopencm3 project.
33
*
4-
* Copyright (C) 2009 Uwe Hermann <[email protected]>
5-
* Copyright (C) 2011 Stephen Caudle <[email protected]>
6-
* Copyright (c) 2015 Chuck McManis <[email protected]>
7-
*
84
* This library is free software: you can redistribute it and/or modify
95
* it under the terms of the GNU Lesser General Public License as published by
106
* the Free Software Foundation, either version 3 of the License, or

examples/stm32/f4/nucleo-f401re/nucleo-f401re.ld

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
/*
22
* This file is part of the libopencm3 project.
33
*
4-
* Copyright (C) 2009 Uwe Hermann <[email protected]>
5-
* Copyright (C) 2011 Stephen Caudle <[email protected]>
6-
*
74
* This library is free software: you can redistribute it and/or modify
85
* it under the terms of the GNU Lesser General Public License as published by
96
* the Free Software Foundation, either version 3 of the License, or
@@ -18,7 +15,7 @@
1815
* along with this library. If not, see <http://www.gnu.org/licenses/>.
1916
*/
2017

21-
/* Linker script for Nucleo F411RE (STM32F411RE, 512K flash, 128K RAM). */
18+
/* Linker script for Nucleo F401RE (STM32F401RE, 512K flash, 96K RAM). */
2219

2320
/* Define memory regions. */
2421
MEMORY

0 commit comments

Comments
 (0)