Skip to content

Commit de99c10

Browse files
committed
Storage examples: add headers
1 parent 36839b0 commit de99c10

File tree

3 files changed

+12
-0
lines changed

3 files changed

+12
-0
lines changed

APIs_Storage/BufferedBlockDevice/main.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright (c) 2006-2020 Arm Limited and affiliates.
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
15
#include "BufferedBlockDevice.h"
26
#include "HeapBlockDevice.h"
37
#include <cstdio>

APIs_Storage/DataFlashBlockDevice/main.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright (c) 2006-2020 Arm Limited and affiliates.
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
15
// Here's an example using the AT45DB on the K64F
26
#include "mbed.h"
37
#include "DataFlashBlockDevice.h"

APIs_Storage/FlashSimBlockDevice/main.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/*
2+
* Copyright (c) 2006-2020 Arm Limited and affiliates.
3+
* SPDX-License-Identifier: Apache-2.0
4+
*/
15
#include "mbed.h"
26
#include "HeapBlockDevice.h"
37
#include "FlashSimBlockDevice.h"

0 commit comments

Comments
 (0)