did some stuff, will probably refactor later
This commit is contained in:
parent
10ee4fcbd9
commit
bc4ec556e2
46 changed files with 1013 additions and 35635 deletions
|
@ -24,7 +24,7 @@
|
|||
|
||||
#define COM1 0x3f8
|
||||
|
||||
void uart_init(uint16_t baud_rate)
|
||||
void uart_init(uint32_t baud_rate)
|
||||
{
|
||||
uint8_t divisor = 115200 / baud_rate;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue