You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
/*
|
|
|
* measuredelay.h
|
|
|
*
|
|
|
* Created on: Feb 13, 2015
|
|
|
* Author: fmetz
|
|
|
*/
|
|
|
|
|
|
#ifndef MEASUREDELAY_H_
|
|
|
#define MEASUREDELAY_H_
|
|
|
|
|
|
void measuredelay_loop_run(struct callmaster* callmaster, int seconds);
|
|
|
|
|
|
|
|
|
#endif /* MEASUREDELAY_H_ */
|