Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/targets/f6/cube/Src/rf.c')
-rw-r--r--firmware/targets/f6/cube/Src/rf.c17
1 files changed, 7 insertions, 10 deletions
diff --git a/firmware/targets/f6/cube/Src/rf.c b/firmware/targets/f6/cube/Src/rf.c
index a23e20d7..eaa4ba67 100644
--- a/firmware/targets/f6/cube/Src/rf.c
+++ b/firmware/targets/f6/cube/Src/rf.c
@@ -25,20 +25,17 @@
/* USER CODE END 0 */
/* RF init function */
-void MX_RF_Init(void)
-{
+void MX_RF_Init(void) {
+ /* USER CODE BEGIN RF_Init 0 */
- /* USER CODE BEGIN RF_Init 0 */
+ /* USER CODE END RF_Init 0 */
- /* USER CODE END RF_Init 0 */
+ /* USER CODE BEGIN RF_Init 1 */
- /* USER CODE BEGIN RF_Init 1 */
-
- /* USER CODE END RF_Init 1 */
- /* USER CODE BEGIN RF_Init 2 */
-
- /* USER CODE END RF_Init 2 */
+ /* USER CODE END RF_Init 1 */
+ /* USER CODE BEGIN RF_Init 2 */
+ /* USER CODE END RF_Init 2 */
}
/* USER CODE BEGIN 1 */