Skip to content

Commit

Permalink
Update uart.h
Browse files Browse the repository at this point in the history
typo corrected
  • Loading branch information
Inhumierer committed Oct 2, 2013
1 parent 7b6d956 commit cbf44ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion firmware/src_common/uart.h
Expand Up @@ -34,7 +34,7 @@
#define BAUD_ERROR ((BAUD_REAL * 1000l) / UART_BAUD_RATE) // error in promille, 1000 = optimum

#if ((BAUD_ERROR<990) || (BAUD_ERROR>1010))
#error Systematic UART baud rate it greater than 1% and therefore too high!
#error Systematic UART baud rate is greater than 1% and therefore too high!
#endif


Expand Down

0 comments on commit cbf44ae

Please sign in to comment.