files case sensitive

pull/9184/head
Conrad Braam 2019-02-06 11:09:28 +00:00
parent ec806bdb3e
commit d43ad08fd4
9 changed files with 14 additions and 14 deletions

View File

@ -21,12 +21,12 @@
#include "mbed_events.h"
#include "mbed-client-cli/ns_cmdline.h"
#include "rtos\Thread.h"
#include "nfcTestShim.h"
#include "nfcCommands.h"
#include "NFCTestShim.h"
#include "NFCCommands.h"
#if MBED_CONF_NFCEEPROM
#include "NFCEEPROMDriver.h"
#include "nfcProcessEeprom.h"
#include "NFCProcessEEPROM.h"
#endif
using mbed::nfc::nfc_rf_protocols_bitmask_t;

View File

@ -18,9 +18,9 @@
#define _NFCCOMMANDS_H_INCLUDED
#if MBED_CONF_NFCEEPROM
#include "nfcProcessEeprom.h"
#include "NFCProcessEEPROM.h"
#else
#include "nfcProcessCtrl.h"
#include "NFCProcessCtrl.h"
#endif
// see https://support.microsoft.com/en-my/help/208427/maximum-url-length-is-2-083-characters-in-internet-explorer

View File

@ -29,8 +29,8 @@
#include "nfc/ndef/common/util.h"
#include "nfcCommands.h"
#include "nfcProcessCtrl.h"
#include "NFCCommands.h"
#include "NFCProcessCtrl.h"
#include "SmartPoster.h"
using mbed::Span;

View File

@ -25,7 +25,7 @@
#include "nfc/ndef/MessageBuilder.h"
#include "nfc/ndef/common/URI.h"
#include "nfc/ndef/common/util.h"
#include "nfcTestShim.h"
#include "NFCTestShim.h"
#if !MBED_CONF_NFCEEPROM

View File

@ -30,7 +30,7 @@
#if MBED_CONF_NFCEEPROM
#include "NFCEEPROMDriver.h"
#include "nfcProcessEeprom.h"
#include "NFCProcessEEPROM.h"
#include "SmartPoster.h"
using mbed::Span;

View File

@ -25,7 +25,7 @@
#include "nfc/ndef/MessageBuilder.h"
#include "nfc/ndef/common/URI.h"
#include "nfc/ndef/common/util.h"
#include "nfcTestShim.h"
#include "NFCTestShim.h"
#if MBED_CONF_NFCEEPROM
#include "NFCEEPROM.h"

View File

@ -27,8 +27,8 @@
#include "nfc/nfcdefinitions.h"
#include "NFCEEPROMDriver.h"
#include "nfcCommands.h"
#include "nfcTestShim.h"
#include "NFCCommands.h"
#include "NFCTestShim.h"
#include "SmartPoster.h"
using mbed::Span;

View File

@ -22,8 +22,8 @@
#include "platform/Span.h"
#include "mbed_events.h"
#include "mbed-client-cli/ns_cmdline.h"
#include "nfcTestShim.h"
#include "nfcCommands.h"
#include "NFCTestShim.h"
#include "NFCCommands.h"
#if MBED_CONF_NFCEEPROM
using mbed::nfc::NFCEEPROM;