Skip to content

Commit e99f6a7

Browse files
committed
patches: remove v from WHD_VERSION define
1 parent 6fc83c8 commit e99f6a7

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
+24
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
From 434dbe699d659bdb9eeb7a1ee7dad7b0407dd119 Mon Sep 17 00:00:00 2001
2+
From: pennam <[email protected]>
3+
Date: Fri, 31 Jan 2025 16:34:05 +0100
4+
Subject: [PATCH 246/247] WHD: remove v from WHD_VERSION define
5+
6+
---
7+
.../wifi/COMPONENT_WHD/wifi-host-driver/inc/whd_version.h | 2 +-
8+
1 file changed, 1 insertion(+), 1 deletion(-)
9+
10+
diff --git a/connectivity/drivers/wifi/COMPONENT_WHD/wifi-host-driver/inc/whd_version.h b/connectivity/drivers/wifi/COMPONENT_WHD/wifi-host-driver/inc/whd_version.h
11+
index 1caef23b67..d31704d915 100755
12+
--- a/connectivity/drivers/wifi/COMPONENT_WHD/wifi-host-driver/inc/whd_version.h
13+
+++ b/connectivity/drivers/wifi/COMPONENT_WHD/wifi-host-driver/inc/whd_version.h
14+
@@ -15,6 +15,6 @@
15+
* limitations under the License.
16+
*/
17+
18+
-#define WHD_VERSION "v1.94.0"
19+
+#define WHD_VERSION "1.94.0"
20+
#define WHD_BRANCH "v1.94.0"
21+
#define WHD_DATE "2021-04-27 16:54:34 +0800"
22+
--
23+
2.47.2
24+

0 commit comments

Comments
 (0)