Finish renaming NFCRemoteEndpoint.h

pull/7822/head
Donatien Garnier 2018-08-07 15:37:48 +01:00
parent 5ae65aaf35
commit 2ff14df60b
1 changed files with 3 additions and 3 deletions

View File

@ -14,8 +14,8 @@
* limitations under the License.
*/
#ifndef MBED_NFC_ENDPOINT_H
#define MBED_NFC_ENDPOINT_H
#ifndef MBED_NFC_REMOTE_ENDPOINT_H
#define MBED_NFC_REMOTE_ENDPOINT_H
#include <stdint.h>
@ -23,7 +23,7 @@
namespace mbed {
namespace nfc {
class NFCEndpoint {
class NFCRemoteEndpoint {
public:
struct Delegate {
virtual void on_lost() {};