1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-23 05:23:50 +01:00
Cenk Gündoğan 6ee5e737f9 vtimer: set custom msg_t.type with vtimer_set_msg
Currently, when using vtimer_set_msg the corresponding msg_t is filled
with the MSG_TIMER ("12345") type.
This approach makes it difficult to differentiate between incoming
messages via vtimer_set_msg.

In this PR I introduce another parameter for the vtimer_set_msg
function to specify a custom msg_t type.
2014-12-09 10:07:26 +01:00
..
2014-09-17 19:54:40 +02:00
2014-11-19 00:46:45 +01:00
2014-09-12 11:50:12 +02:00
2014-10-31 01:24:30 +01:00
2014-11-30 21:22:52 +01:00
2014-12-03 20:18:37 +01:00
2014-10-30 20:16:48 +01:00
2014-10-28 14:25:34 +01:00
2014-08-07 16:31:27 +02:00
2014-12-03 20:42:51 +01:00
2014-08-23 16:16:26 +02:00