Skip to content

Commit

Permalink
Fix UART transmit register offset
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan-Velickovic committed Jan 27, 2024
1 parent 9ac0203 commit 1dff901
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loader/src/loader.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ putc(uint8_t ch)
#elif defined(BOARD_maaxboard)
#define UART_BASE 0x30860000
#define STAT 0x98
#define TRANSMIT 0x49
#define TRANSMIT 0x40
#define STAT_TDRE (1 << 14)

static void
Expand Down

0 comments on commit 1dff901

Please sign in to comment.