mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
Fixed declaration of PIOS_L3GD20_IRQHandler.
This commit is contained in:
parent
61f1140645
commit
504d691487
@ -141,7 +141,7 @@ extern int32_t PIOS_L3GD20_SetRange(enum pios_l3gd20_range range);
|
|||||||
extern float PIOS_L3GD20_GetScale();
|
extern float PIOS_L3GD20_GetScale();
|
||||||
extern int32_t PIOS_L3GD20_ReadID();
|
extern int32_t PIOS_L3GD20_ReadID();
|
||||||
extern uint8_t PIOS_L3GD20_Test();
|
extern uint8_t PIOS_L3GD20_Test();
|
||||||
bool void PIOS_L3GD20_IRQHandler();
|
extern bool PIOS_L3GD20_IRQHandler();
|
||||||
|
|
||||||
#endif /* PIOS_L3GD20_H */
|
#endif /* PIOS_L3GD20_H */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user