Skip to content

Commit

Permalink
Fix typo in lesson01
Browse files Browse the repository at this point in the history
  • Loading branch information
gpiffault committed Dec 4, 2020
1 parent 9c97b66 commit c328edd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lesson01/rpi-os.md
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ void uart_init ( void )
delay(150);
put32(GPPUDCLK0,0);
put32(AUX_ENABLES,1); //Enable mini uart (this also enables access to it registers)
put32(AUX_ENABLES,1); //Enable mini uart (this also enables access to its registers)
put32(AUX_MU_CNTL_REG,0); //Disable auto flow control and disable receiver and transmitter (for now)
put32(AUX_MU_IER_REG,0); //Disable receive and transmit interrupts
put32(AUX_MU_LCR_REG,3); //Enable 8 bit mode
Expand Down

0 comments on commit c328edd

Please sign in to comment.