n

Dependencies:   mbed

Fork of LG by igor Apu

Revision:
28:1c9acd3b224d
Parent:
21:bc8c1cec3da6
--- a/vibro.c	Wed Feb 03 14:48:02 2016 +0000
+++ b/vibro.c	Thu Feb 04 10:21:57 2016 +0000
@@ -12,7 +12,7 @@
 /////////////////////////////////////////////////////////////////////////////
 /////////////////////////инициализация вибропривода//////////////////////////
 /////////////////////////////////////////////////////////////////////////////
-unsigned int init_Vibro ()
+void init_Vibro ()
 {
     Main.FrqRate=40;
     Main.FrqMin=380;
@@ -29,7 +29,6 @@
     		//	Output.Str.T_Vibro=40;
     		//LPC_GPIO0->FIOSET   |= (1<<5);
     */
-    return 0;
 }