From 123d3197c6d91a64931cb19dc669736b6ae5a35c Mon Sep 17 00:00:00 2001 From: chenlh <2008get@163.com> Date: 星期四, 13 十一月 2025 14:14:31 +0800 Subject: [PATCH] 获取电平函数新增一长度参数; 及第二轮测试少量bug修复. --- system/startup_ldf/app_startup.s | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/system/startup_ldf/app_startup.s b/system/startup_ldf/app_startup.s index deb1ceb..eea8d42 100644 --- a/system/startup_ldf/app_startup.s +++ b/system/startup_ldf/app_startup.s @@ -1,8 +1,8 @@ /* -** ADSP-21569 startup code generated on Jul 17, 2025 at 13:46:52. +** ADSP-21569 startup code generated on Oct 28, 2025 at 17:44:48. */ /* -** Copyright (C) 2000-2022 Analog Devices Inc., All Rights Reserved. +** Copyright (C) 2000-2023 Analog Devices Inc., All Rights Reserved. ** ** This file is generated automatically based upon the options selected ** in the System Configuration utility. Changes to the Startup Code configuration @@ -15,7 +15,7 @@ ** placed within these sections are preserved when this file is re-generated. ** ** Product : CrossCore Embedded Studio -** Tool Version : 6.2.3.3 +** Tool Version : 6.2.5.2 */ .FILE_ATTR libGroup="startup"; -- Gitblit v1.9.3