Skip to content

Commit

Permalink
Update declaration of nanoFramework.Hardware.Stm32 (#1024)
Browse files Browse the repository at this point in the history
  • Loading branch information
josesimoes authored Nov 26, 2018
1 parent 18b91ba commit e87a3f8
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//
//
// Copyright (c) 2018 The nanoFramework project contributors
// See LICENSE file in the project root for full license information.
//
Expand Down Expand Up @@ -39,6 +39,7 @@ static const CLR_RT_MethodHandler method_lookup[] =
Library_nf_hardware_stm32_native_nanoFramework_Hardware_Stm32_BackupMemory::GetSize___STATIC__I4,
NULL,
NULL,
NULL,
Library_nf_hardware_stm32_native_nanoFramework_Hardware_Stm32_RTC::Native_RTC_SetAlarm___STATIC__VOID__U1__U1__U1__U1,
Library_nf_hardware_stm32_native_nanoFramework_Hardware_Stm32_RTC::Native_RTC_GetAlarm___STATIC__I8,
NULL,
Expand All @@ -52,7 +53,7 @@ static const CLR_RT_MethodHandler method_lookup[] =
const CLR_RT_NativeAssemblyData g_CLR_AssemblyNative_nanoFramework_Hardware_Stm32 =
{
"nanoFramework.Hardware.Stm32",
0x8D551100,
0x0427DBEE,
method_lookup,
{ 1, 0, 2, 10 }
{ 1, 0, 2, 11 }
};

0 comments on commit e87a3f8

Please sign in to comment.