EICU. Fixed some typos.

This commit is contained in:
barthess 2015-03-01 14:37:01 +03:00
parent 4e7a5796b4
commit 71bba80a03
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
*/ */
/* /*
Rewritten by Emil Fresk (1/5 - 2014) for extended input capture Rewritten by Emil Fresk (1/5 - 2014) for extended input capture
functionallity. And fix for spourious callbacks in the interrupt handler. functionality. And fix for spurious callbacks in the interrupt handler.
*/ */
/* /*

View File

@ -354,7 +354,7 @@ struct EICUDriver
*/ */
stm32_tim_t *tim; stm32_tim_t *tim;
/** /**
* @brief Driver state for the interal state machine. * @brief Driver state for the internal state machine.
*/ */
eicustate_t state; eicustate_t state;
/** /**