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.
Fork of nRF51822 by
Revision 162:5fd73fb47b21, committed 2015-05-09
- Comitter:
- marcpl
- Date:
- Sat May 09 17:04:09 2015 +0000
- Parent:
- 111:be2a122ed2f7
- Commit message:
- Add a quick and dirty workaround in the nRF51822 library in order to avoid duplicate definition of GPIOTE_IRQHandler.
Changed in this revision
| nordic-sdk/components/libraries/gpiote/app_gpiote.c | Show annotated file Show diff for this revision Revisions of this file |
--- a/nordic-sdk/components/libraries/gpiote/app_gpiote.c Wed Apr 15 09:24:27 2015 +0100
+++ b/nordic-sdk/components/libraries/gpiote/app_gpiote.c Sat May 09 17:04:09 2015 +0000
@@ -76,6 +76,7 @@
/**@brief Function for handling the GPIOTE interrupt.
*/
+ /* DIRTY WORKAROUND --> https://github.com/mbedmicro/mbed/issues/1045
void GPIOTE_IRQHandler(void)
{
uint8_t i;
@@ -134,7 +135,7 @@
}
}
}
-
+*/
/**@brief Function for sense disabling for all pins for specified user.
*
@@ -357,4 +358,4 @@
{
return NRF_ERROR_NOT_SUPPORTED;
}
-#endif // SVCALL_AS_NORMAL_FUNCTION || SER_CONNECTIVITY
\ No newline at end of file
+#endif // SVCALL_AS_NORMAL_FUNCTION || SER_CONNECTIVITY
