mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
6ee5e737f9
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. |
||
---|---|---|
.. | ||
arch_cc1100.h | ||
cc1100_phy.c | ||
cc1100_phy.h | ||
cc1100_spi.c | ||
cc1100_spi.h | ||
cc1100-csmaca-mac.c | ||
cc1100-csmaca-mac.h | ||
cc1100-defaultSettings.c | ||
cc1100-defaultSettings.h | ||
cc1100-internal.h | ||
cc1100.c | ||
cc1100.h | ||
Makefile |