File tree Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Expand file tree Collapse file tree 2 files changed +5
-8
lines changed Original file line number Diff line number Diff line change @@ -46,8 +46,6 @@ static const CLR_RT_MethodHandler method_lookup[] =
4646 NULL ,
4747 NULL ,
4848 NULL ,
49- NULL ,
50- NULL ,
5149 Library_sys_dev_spi_native_System_Device_Spi_SpiDevice::DisposeNative___VOID,
5250 Library_sys_dev_spi_native_System_Device_Spi_SpiDevice::NativeTransfer___VOID__SystemSpanByte__SystemSpanByte__BOOLEAN,
5351 Library_sys_dev_spi_native_System_Device_Spi_SpiDevice::NativeTransfer___VOID__SZARRAY_U2__SZARRAY_U2__BOOLEAN,
@@ -62,7 +60,7 @@ static const CLR_RT_MethodHandler method_lookup[] =
6260const CLR_RT_NativeAssemblyData g_CLR_AssemblyNative_System_Device_Spi =
6361{
6462 " System.Device.Spi" ,
65- 0xB6C4B3BD ,
63+ 0x3F6E2A7E ,
6664 method_lookup,
6765 { 100 , 1 , 2 , 0 }
6866};
Original file line number Diff line number Diff line change @@ -50,11 +50,10 @@ struct Library_sys_dev_spi_native_System_Device_Spi_SpiConnectionSettings
5050 static const int FIELD___clockFrequency = 2 ;
5151 static const int FIELD___databitLength = 3 ;
5252 static const int FIELD___spiMode = 4 ;
53- static const int FIELD___spiSharingMode = 5 ;
54- static const int FIELD___dataFlow = 6 ;
55- static const int FIELD___busId = 7 ;
56- static const int FIELD___chipSelectLineActiveState = 8 ;
57- static const int FIELD___busConfiguration = 9 ;
53+ static const int FIELD___dataFlow = 5 ;
54+ static const int FIELD___busId = 6 ;
55+ static const int FIELD___chipSelectLineActiveState = 7 ;
56+ static const int FIELD___busConfiguration = 8 ;
5857
5958 //--//
6059};
You can’t perform that action at this time.
0 commit comments