From 0c2e969cfbe85548801eeb20ad8113969604892a Mon Sep 17 00:00:00 2001 From: drowe67 Date: Fri, 14 Jul 2023 10:58:22 +0930 Subject: manually fixed spelling errors from codec2 #406 --- stm32/src/stm32f4_dac.c | 2 +- stm32/usb_lib/otg/usb_dcd.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'stm32') diff --git a/stm32/src/stm32f4_dac.c b/stm32/src/stm32f4_dac.c index ec61bf4..8efb004 100644 --- a/stm32/src/stm32f4_dac.c +++ b/stm32/src/stm32f4_dac.c @@ -188,7 +188,7 @@ static void dac1_config(void) /* This line fixed a bug that cost me 5 days, bad wave amplitude value, and some STM32F4 periph library bugs caused triangle wave - geneartion to be enable resulting in a low level tone on the + generation to be enable resulting in a low level tone on the SM1000, that we thought was caused by analog issues like layour or power supply biasing */ diff --git a/stm32/usb_lib/otg/usb_dcd.c b/stm32/usb_lib/otg/usb_dcd.c index 43dafc6..f408084 100644 --- a/stm32/usb_lib/otg/usb_dcd.c +++ b/stm32/usb_lib/otg/usb_dcd.c @@ -103,7 +103,7 @@ void DCD_Init(USB_OTG_CORE_HANDLE *pdev , ep->is_in = 1; ep->num = i; ep->tx_fifo_num = i; - /* Control until ep is actvated */ + /* Control until ep is activated */ ep->type = EP_TYPE_CTRL; ep->maxpacket = USB_OTG_MAX_EP0_SIZE; ep->xfer_buff = 0; -- cgit v1.2.3