blob: 8bc1cda09c9967b44c8a361cfe4c113f9625175d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
/*
* Copyright 2006..2018 Giovanni Di Sirio
* Copyright 2022 QMK contributors
* SPDX-License-Identifier: GPL-2.0-or-later
*/
f4xx_flash_size = 256k;
f4xx_ram_size = 64k;
INCLUDE stm32f4xx_common.ld
|