Skip to content

Commit 9132265

Browse files
committed
Update Windows.Devices.Spi declaration (#1732)
1 parent 7d96055 commit 9132265

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

src/Windows.Devices.Spi/win_dev_spi_native.cpp

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55

66
#include "win_dev_spi_native.h"
77

8-
static const CLR_RT_MethodHandler method_lookup[] = {
8+
// clang-format off
9+
10+
static const CLR_RT_MethodHandler method_lookup[] =
11+
{
912
NULL,
1013
NULL,
1114
NULL,
@@ -35,7 +38,6 @@ static const CLR_RT_MethodHandler method_lookup[] = {
3538
NULL,
3639
NULL,
3740
NULL,
38-
NULL,
3941
Library_win_dev_spi_native_Windows_Devices_Spi_SpiController::GetDeviceSelector___STATIC__STRING,
4042
NULL,
4143
NULL,
@@ -68,4 +70,11 @@ static const CLR_RT_MethodHandler method_lookup[] = {
6870
};
6971

7072
const CLR_RT_NativeAssemblyData g_CLR_AssemblyNative_Windows_Devices_Spi =
71-
{"Windows.Devices.Spi", 0x9C215530, method_lookup, {100, 1, 4, 2}};
73+
{
74+
"Windows.Devices.Spi",
75+
0x360239F1,
76+
method_lookup,
77+
{ 100, 1, 4, 2 }
78+
};
79+
80+
// clang-format on

0 commit comments

Comments
 (0)