fork

Dependencies:   mbed

Fork of LG by igor Apu

Revision:
33:341521841d3a
Parent:
30:17c84ed091b3
Parent:
28:1c9acd3b224d
Child:
40:8a6494f61326
--- a/vibro.c	Sat Feb 06 06:18:55 2016 +0000
+++ b/vibro.c	Sat Feb 06 06:33:56 2016 +0000
@@ -12,7 +12,7 @@
 /////////////////////////////////////////////////////////////////////////////
 /////////////////////////инициализация вибропривода//////////////////////////
 /////////////////////////////////////////////////////////////////////////////
-unsigned int init_Vibro ()
+void init_Vibro ()
 {
     Gyro.FrqRate=40;
     Gyro.FrqMin=380;
@@ -29,7 +29,6 @@
     		//	Output.Str.T_Vibro=40;
     		//LPC_GPIO0->FIOSET   |= (1<<5);
     */
-    return 0;
 }