Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: SANFAN_read_analog_value nucleo-wdg Nucleo_sleep_copy
Fork of mbed-src by
Diff: targets/hal/TARGET_STM/TARGET_NUCLEO_L152RE/gpio_irq_api.c
- Revision:
- 250:a49055e7a707
- Parent:
- 174:8bb9f3a33240
- Child:
- 251:de9a1e4ffd79
--- a/targets/hal/TARGET_STM/TARGET_NUCLEO_L152RE/gpio_irq_api.c Wed Jul 02 13:45:08 2014 +0100 +++ b/targets/hal/TARGET_STM/TARGET_NUCLEO_L152RE/gpio_irq_api.c Tue Jul 08 11:15:08 2014 +0100 @@ -31,7 +31,7 @@ #include "cmsis.h" #include "gpio_irq_api.h" #include "pinmap.h" -#include "error.h" +#include "mbed_error.h" #define EDGE_NONE (0) #define EDGE_RISE (1)