mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-15 12:27:50 +00:00
updated vibration sensor name to Contiki standard
This commit is contained in:
@@ -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__ */
|
||||||
|
Reference in New Issue
Block a user