9
0
Fork 0

Fix RTC alarm function pointer

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4854 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo 2012-06-20 17:41:58 +00:00
parent 6c9c90a28e
commit da5cad9ad7
1 changed files with 1 additions and 1 deletions

View File

@ -107,7 +107,7 @@
****************************************************************************/
/* The form of an alarm callback */
typedef void (alarmcb_t)(void);
typedef FAR void (*alarmcb_t)(void);
/****************************************************************************
* Public Variables