Commit 5944b74f authored by lcgamboa's avatar lcgamboa

chg: added clock default value !minor

parent 2af2f77f
...@@ -318,6 +318,7 @@ CPWindow1::Configure(CControl * control, const char * home) ...@@ -318,6 +318,7 @@ CPWindow1::Configure(CControl * control, const char * home)
lab_ = i; lab_ = i;
pboard = create_board (&lab, &lab_); pboard = create_board (&lab, &lab_);
SetClock(2.0); //Default clock
menu1_Microcontroller.DestroyChilds (); menu1_Microcontroller.DestroyChilds ();
String sdev = pboard->GetSupportedDevices (); String sdev = pboard->GetSupportedDevices ();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment