mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-26 08:22:43 +08:00
removed ready_for_read for hmc5843, not used anywhere
This commit is contained in:
@@ -69,7 +69,4 @@ void exti9_5_irq_handler(void) {
|
||||
if(EXTI_GetITStatus(EXTI_Line5) != RESET)
|
||||
EXTI_ClearITPendingBit(EXTI_Line5);
|
||||
|
||||
#ifdef HMC5843_USE_INT
|
||||
hmc5843.ready_for_read = TRUE;
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user