Skip to content

Commit

Permalink
Update Windows.Devices.Spi declaration (#1732)
Browse files Browse the repository at this point in the history
  • Loading branch information
josesimoes committed Oct 14, 2020
1 parent 7d96055 commit 9132265
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions src/Windows.Devices.Spi/win_dev_spi_native.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@

#include "win_dev_spi_native.h"

static const CLR_RT_MethodHandler method_lookup[] = {
// clang-format off

static const CLR_RT_MethodHandler method_lookup[] =
{
NULL,
NULL,
NULL,
Expand Down Expand Up @@ -35,7 +38,6 @@ static const CLR_RT_MethodHandler method_lookup[] = {
NULL,
NULL,
NULL,
NULL,
Library_win_dev_spi_native_Windows_Devices_Spi_SpiController::GetDeviceSelector___STATIC__STRING,
NULL,
NULL,
Expand Down Expand Up @@ -68,4 +70,11 @@ static const CLR_RT_MethodHandler method_lookup[] = {
};

const CLR_RT_NativeAssemblyData g_CLR_AssemblyNative_Windows_Devices_Spi =
{"Windows.Devices.Spi", 0x9C215530, method_lookup, {100, 1, 4, 2}};
{
"Windows.Devices.Spi",
0x360239F1,
method_lookup,
{ 100, 1, 4, 2 }
};

// clang-format on

0 comments on commit 9132265

Please sign in to comment.