mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
10 lines
162 B
C
10 lines
162 B
C
#ifndef __WATCH_H
|
|
#define __WATCH_H
|
|
|
|
#define MSG_ACTIVATE 0
|
|
#define MSG_DEACTIVATE 1
|
|
#define MSG_BUTTON_STAR 2
|
|
#define MSG_BUTTON_HASH 3
|
|
|
|
#endif /* __WATCH_H */
|