mirror of https://github.com/ARMmbed/mbed-os.git
files and folders renamed to remove case sensitivity
parent
cdbf4b5125
commit
08c145aaa6
|
@ -7,7 +7,7 @@
|
|||
#ifndef MBED_CMSIS_H
|
||||
#define MBED_CMSIS_H
|
||||
|
||||
#include "nRF51822.h"
|
||||
#include "nrf51822.h"
|
||||
#include "cmsis_nvic.h"
|
||||
|
||||
#endif
|
|
@ -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"
|
||||
|
||||
|
|
@ -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;
|
Loading…
Reference in New Issue