From 3a1acd14d1342dcc25ece8fb490a9b11b2215f8c Mon Sep 17 00:00:00 2001 From: 3djc Date: Mon, 26 Jul 2021 08:33:58 +0200 Subject: [PATCH] Changed I2C timing to FreeRTOS ticks and added HAL_I2C_Mem_Write_DMA() and HAL_I2C_Mem_Read_DMA() from STM32F4 HAL in preparation of changing to DMA based I2C. --- radio/src/rtos.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/radio/src/rtos.c b/radio/src/rtos.c index 8c6e710f5..2b860eb71 100644 --- a/radio/src/rtos.c +++ b/radio/src/rtos.c @@ -1,8 +1,7 @@ /* - * Copyright (C) EdgeTx + * Copyright (C) OpenTX * * Based on code named - * opentx - https://github.com/opentx/opentx * th9x - http://code.google.com/p/th9x * er9x - http://code.google.com/p/er9x * gruvin9x - http://code.google.com/p/gruvin9x