Skip to content

Commit

Permalink
changed uart baud rate
Browse files Browse the repository at this point in the history
  • Loading branch information
pingdynasty committed Dec 10, 2018
1 parent 28c1829 commit 6efd525
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Prism/Inc/hardware.h
Expand Up @@ -8,6 +8,9 @@
#define HARDWARE_VERSION "Prism"

#define USE_DIGITALBUS
#define DIGITAL_BUS_ENABLED 0
#define DIGITAL_BUS_FORWARD_MIDI 0
#define MIDI_INPUT_CHANNEL 0

#define USE_USBD_HS
#define USE_SCREEN
Expand Down
2 changes: 1 addition & 1 deletion Prism/Src/main.c
Expand Up @@ -546,7 +546,7 @@ static void MX_USART1_UART_Init(void)
{

huart1.Instance = USART1;
huart1.Init.BaudRate = 115200;
huart1.Init.BaudRate = 460800;
huart1.Init.WordLength = UART_WORDLENGTH_8B;
huart1.Init.StopBits = UART_STOPBITS_1;
huart1.Init.Parity = UART_PARITY_NONE;
Expand Down

0 comments on commit 6efd525

Please sign in to comment.