Skip to content

Commit d68e21e

Browse files
Revert "M24SR: Use driver from Mbed OS repository (#94)"
This reverts commit 81d3aa3.
1 parent 81d3aa3 commit d68e21e

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Copyright (c) 2020 ARM Limited. All rights reserved.
22
# SPDX-License-Identifier: Apache-2.0
33

4+
target_include_directories(${APP_TARGET}
5+
PUBLIC
6+
${CMAKE_CURRENT_SOURCE_DIR}/eeprom_driver
7+
)
8+
49
target_sources(${APP_TARGET}
510
PRIVATE
611
EEPROMDriver.cpp
12+
13+
eeprom_driver/m24sr_driver.cpp
714
)
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
https://github.com/ARMmbed/mbed-nfc-m24sr

0 commit comments

Comments
 (0)