updated vibration sensor name to Contiki standard
This commit is contained in:
parent
dbe56e4666
commit
00e8164e58
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
||||||
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
||||||
* SUCH DAMAGE.
|
* SUCH DAMAGE.
|
||||||
*
|
*
|
||||||
* $Id: vib-sensor.h,v 1.2 2010/01/14 19:12:31 nifi Exp $
|
* $Id: vib-sensor.h,v 1.3 2010/01/14 20:02:55 nifi Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __VIB_H__
|
#ifndef __VIB_H__
|
||||||
|
@ -36,6 +36,6 @@
|
||||||
|
|
||||||
extern const struct sensors_sensor vib_sensor;
|
extern const struct sensors_sensor vib_sensor;
|
||||||
|
|
||||||
#define VIB_SENSOR "Vibration sensor"
|
#define VIB_SENSOR "Vibration"
|
||||||
|
|
||||||
#endif /* __VIB_H__ */
|
#endif /* __VIB_H__ */
|
||||||
|
|
Loading…
Reference in a new issue