1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-17 02:52:12 +01:00

Fixed declaration of PIOS_L3GD20_IRQHandler.

This commit is contained in:
a*morale 2012-09-30 15:44:31 +02:00
parent 61f1140645
commit 504d691487

View File

@ -141,7 +141,7 @@ extern int32_t PIOS_L3GD20_SetRange(enum pios_l3gd20_range range);
extern float PIOS_L3GD20_GetScale();
extern int32_t PIOS_L3GD20_ReadID();
extern uint8_t PIOS_L3GD20_Test();
bool void PIOS_L3GD20_IRQHandler();
extern bool PIOS_L3GD20_IRQHandler();
#endif /* PIOS_L3GD20_H */