1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

[sys transceiver]

* fixed typo in ifdef
This commit is contained in:
Oliver Hahm 2012-11-27 15:34:53 +01:00
parent 2c42021442
commit 834b72234f

View File

@ -340,7 +340,7 @@ void receive_cc1100_packet(radio_packet_t *trans_p) {
*/
static uint8_t send_packet(transceiver_type_t t, void *pkt) {
uint8_t res = 0;
#ifdef MODULE_CC110x
#ifdef MODULE_CC110X
int snd_ret;
#endif
radio_packet_t p = *((radio_packet_t*) pkt);