Skip to content

Commit 89c389d

Browse files
authored
Fix BLE assembly declaration (#3129)
1 parent 6937f24 commit 89c389d

File tree

2 files changed

+1
-9
lines changed

2 files changed

+1
-9
lines changed

targets/ESP32/_nanoCLR/nanoFramework.Device.Bluetooth/sys_dev_ble_native.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -819,13 +819,12 @@ static const CLR_RT_MethodHandler method_lookup[] =
819819
NULL,
820820
NULL,
821821
NULL,
822-
NULL,
823822
};
824823

825824
const 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
};

targets/ESP32/_nanoCLR/nanoFramework.Device.Bluetooth/sys_dev_ble_native.h

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff 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-
10141007
extern const CLR_RT_NativeAssemblyData g_CLR_AssemblyNative_nanoFramework_Device_Bluetooth;
10151008

10161009
#include "sys_ble.h"

0 commit comments

Comments
 (0)