Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitc8dfa1c

Browse files
committed
fix: TL_Evt_t payload size for reset
Within STM32CubeWB v1.17.0 update TL_Evt_t payload size was reduced.This produce a warning -Warray-bounds due to the reset managementwhich require 4 bytes.Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent787f3fa commitc8dfa1c

File tree

1 file changed

+1
-1
lines changed
  • src/utility/STM32_WPAN

1 file changed

+1
-1
lines changed

‎src/utility/STM32_WPAN/tl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ typedef PACKED_STRUCT
108108
{
109109
uint8_tevtcode;
110110
uint8_tplen;
111-
uint8_tpayload[2];
111+
uint8_tpayload[4];
112112
}TL_Evt_t;
113113

114114
typedefPACKED_STRUCT

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp