im an airhead who should test her refactors
This commit is contained in:
parent
2905ff2116
commit
2bac8cd99e
|
@ -66,7 +66,7 @@ void cdc_uart_task(void) {
|
||||||
|
|
||||||
void cdc_uart_set_hwflow(bool enable) { uart_set_hw_flow(PINOUT_UART_INTERFACE, enable, enable); }
|
void cdc_uart_set_hwflow(bool enable) { uart_set_hw_flow(PINOUT_UART_INTERFACE, enable, enable); }
|
||||||
|
|
||||||
void cdc_uart_set_baud_rate(uint32_t brate) {
|
void cdc_uart_set_baudrate(uint32_t brate) {
|
||||||
uart_init(PINOUT_UART_INTERFACE, line_coding->bit_rate);
|
uart_init(PINOUT_UART_INTERFACE, brate);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,7 @@
|
||||||
#define PROTOS_H_
|
#define PROTOS_H_
|
||||||
|
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
#include <stdint.h>
|
||||||
|
|
||||||
#include "protocfg.h"
|
#include "protocfg.h"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue