We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
void GpsMcuOnPpsSignal
1 parent 7c3953e commit 3586c9dCopy full SHA for 3586c9d
src/boards/NAMote72/gps-board.c
@@ -54,7 +54,7 @@ bool GpsPowerEnInverted = false;
54
55
extern Uart_t Uart1;
56
57
-void GpsMcuOnPpsSignal( void )
+void GpsMcuOnPpsSignal( void* context )
58
{
59
bool parseData = false;
60
src/boards/gps-board.h
@@ -39,7 +39,7 @@ typedef enum PpsTrigger_s
39
/*!
40
* \brief Low level handling of the PPS signal from the GPS receiver
41
*/
42
-void GpsMcuOnPpsSignal( void );
+void GpsMcuOnPpsSignal( void* context );
43
44
45
* \brief Invert the IRQ trigger edge on the PPS signal
0 commit comments