Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of LG by
Diff: CntrlGLD.c
- Revision:
- 1:f2adcae3d304
- Parent:
- 0:8ad47e2b6f00
- Child:
- 7:078abbed4565
diff -r 8ad47e2b6f00 -r f2adcae3d304 CntrlGLD.c
--- a/CntrlGLD.c Sat Jan 30 13:00:39 2016 +0000
+++ b/CntrlGLD.c Sat Jan 30 13:53:19 2016 +0000
@@ -1,6 +1,5 @@
-
+#include "Global.h"
-#include "Global.h"
#define COMMAND_DEBUG
uint32_t SRgR; //r. ��������� ������� ������ ����� ADSP
@@ -66,10 +65,10 @@
#endif
} // GLD_Stop
+
void GLD_Status(void) //r.---------- ���������� �������� ���������� ��� --------------------------
{
static uint32_t Device_Mode_Old = DM_INT_10KHZ_LATCH/*DM_EXT_LATCH_DELTA_SF_PULSE*/;
-
if ( loop_is_closed(GLD_ON) == 0 )
{
open_all_loops();
@@ -86,6 +85,7 @@
}
} // GLD_Status
+
void Sts_Pause(void) //r.------- ��������� ��������� ����� --------------------------------------
{
if (sts_work) //r. ��������� � �������� ����?
