Fix a misplaced doxygen comment.
Signed-off-by: Richard Cochran <richardcochran@gmail.com>master
parent
fc378711d8
commit
2a8711a125
3
servo.h
3
servo.h
|
@ -20,7 +20,8 @@
|
||||||
#ifndef HAVE_SERVO_H
|
#ifndef HAVE_SERVO_H
|
||||||
#define HAVE_SERVO_H
|
#define HAVE_SERVO_H
|
||||||
|
|
||||||
struct servo; /** Opaque type */
|
/** Opaque type */
|
||||||
|
struct servo;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Defines the caller visible states of a clock servo.
|
* Defines the caller visible states of a clock servo.
|
||||||
|
|
Loading…
Reference in New Issue