mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 11:07:36 +08:00
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:
@@ -107,7 +107,7 @@
|
||||
****************************************************************************/
|
||||
/* The form of an alarm callback */
|
||||
|
||||
typedef void (alarmcb_t)(void);
|
||||
typedef FAR void (*alarmcb_t)(void);
|
||||
|
||||
/****************************************************************************
|
||||
* Public Variables
|
||||
|
||||
Reference in New Issue
Block a user