os.c
changeset 26 95fccfcbd04c
parent 25 b37843173279
child 27 545f73869d65
equal deleted inserted replaced
25:b37843173279 26:95fccfcbd04c
   167 }
   167 }
   168 
   168 
   169 void init_os()
   169 void init_os()
   170 {
   170 {
   171 #ifndef DEBUG
   171 #ifndef DEBUG
   172 	program_alarm();
   172 //	program_alarm();
   173 #endif
   173 #endif
   174 }
   174 }
   175 
   175