Skip to content

Commit

Permalink
Testing more startup code
Browse files Browse the repository at this point in the history
  • Loading branch information
josesimoes committed Jun 11, 2024
1 parent 95a76e1 commit f3f77cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions targets/netcore/nanoFramework.nanoCLR/nanoCLR_native.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ void nanoCLR_Run(NANO_CLR_SETTINGS nanoClrSettings)
BlockStorage_AddDevices();
BlockStorageList_InitializeDevices();

//CLR_SETTINGS clrSettings;
//ZeroMemory(&clrSettings, sizeof(CLR_SETTINGS));
CLR_SETTINGS clrSettings;
ZeroMemory(&clrSettings, sizeof(CLR_SETTINGS));

//clrSettings.MaxContextSwitches = nanoClrSettings.MaxContextSwitches;
//clrSettings.WaitForDebugger = nanoClrSettings.WaitForDebugger;
Expand Down

0 comments on commit f3f77cd

Please sign in to comment.