File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed
targets/ESP32/_nanoCLR/nanoFramework.Device.Bluetooth Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -819,13 +819,12 @@ static const CLR_RT_MethodHandler method_lookup[] =
819819 NULL ,
820820 NULL ,
821821 NULL ,
822- NULL ,
823822};
824823
825824const CLR_RT_NativeAssemblyData g_CLR_AssemblyNative_nanoFramework_Device_Bluetooth =
826825{
827826 " nanoFramework.Device.Bluetooth" ,
828- 0xAA4B0676 ,
827+ 0xE610B405 ,
829828 method_lookup,
830829 { 100 , 0 , 5 , 0 }
831830};
Original file line number Diff line number Diff line change @@ -1004,13 +1004,6 @@ struct Library_sys_dev_ble_native_nanoFramework_Device_Bluetooth_Spp_NordicSpp
10041004 //--//
10051005};
10061006
1007- struct Library_sys_dev_ble_native_ThisAssembly
1008- {
1009- static const int FIELD_STATIC__GitCommitDate = 17 ;
1010-
1011- //--//
1012- };
1013-
10141007extern const CLR_RT_NativeAssemblyData g_CLR_AssemblyNative_nanoFramework_Device_Bluetooth ;
10151008
10161009#include "sys_ble.h"
You can’t perform that action at this time.
0 commit comments