From 2db58a2c4fa8ff231b95993a12e5d317741a2f95 Mon Sep 17 00:00:00 2001 From: zhangdengyu Date: Tue, 27 Jun 2023 10:18:50 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=B8=89=E6=96=B9=E8=BD=AF?= =?UTF-8?q?=E4=BB=B6=E5=90=8D=E7=A7=B0=E6=95=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Close:#I7G9O9 Signed-off-by: zhangdengyu Change-Id: I91fcca49de561f11a8d25f9308d35853fda11ee0 --- bundle.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundle.json b/bundle.json index cec0a8d..e5f80b0 100644 --- a/bundle.json +++ b/bundle.json @@ -1,5 +1,5 @@ { - "name": "@ohos/fatfs", + "name": "@ohos/FatFs", "description": "FatFs is a generic FAT/exFAT filesystem module for small embedded systems. The FatFs module is written in compliance with ANSI C (C89) and completely separated from the disk I/O layer. Therefore it is independent of the platform. It can be incorporated into small microcontrollers with limited resource, such as 8051, PIC, AVR, ARM, Z80, RX and etc. Also Petit FatFs module for tiny microcontrollers is available here.", "version": "3.1", "license": "BSD 3-Clause", @@ -14,7 +14,7 @@ "en": "README" }, "component": { - "name": "fatfs", + "name": "FatFs", "subsystem": "thirdparty", "syscap": [], "features": [],