Skip to content

Commit

Permalink
removed ready_for_read for hmc5843, not used anywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
flixr committed Jun 27, 2011
1 parent 7bc29a5 commit 20b32cf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions sw/airborne/arch/stm32/peripherals/hmc5843_arch.c
Expand Up @@ -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
}

0 comments on commit 20b32cf

Please sign in to comment.