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 a81c274be8
commit 8812170a7c
+1 -1
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