files and folders renamed to remove case sensitivity

pull/159/head
tkuyucu 2014-02-04 08:32:34 +01:00
parent cdbf4b5125
commit 08c145aaa6
29 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@
#ifndef MBED_CMSIS_H
#define MBED_CMSIS_H
#include "nRF51822.h"
#include "nrf51822.h"
#include "cmsis_nvic.h"
#endif

View File

@ -10,7 +10,7 @@
#define NVIC_NUM_VECTORS (16 + 32) // CORE + MCU Peripherals
#define NVIC_USER_IRQ_OFFSET 16
#include "nRF51822.h"
#include "nrf51822.h"
#include "cmsis.h"

View File

@ -26,7 +26,7 @@ static uint8_t channel_enabled[CHANNEL_NUM] = {0};
static uint32_t portRISE= 0;
static uint32_t portFALL= 0;
static gpio_irq_handler irq_handler;
/*
#ifdef __cplusplus
extern "C" {
#endif
@ -64,7 +64,7 @@ void GPIOTE_IRQHandler(void){
#ifdef __cplusplus
}
#endif
*/
int gpio_irq_init(gpio_irq_t *obj, PinName pin, gpio_irq_handler handler, uint32_t id) {
if (pin == NC) {
return -1;