mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
[sys transceiver]
* fixed typo in ifdef
This commit is contained in:
parent
2c42021442
commit
834b72234f
@ -340,7 +340,7 @@ void receive_cc1100_packet(radio_packet_t *trans_p) {
|
|||||||
*/
|
*/
|
||||||
static uint8_t send_packet(transceiver_type_t t, void *pkt) {
|
static uint8_t send_packet(transceiver_type_t t, void *pkt) {
|
||||||
uint8_t res = 0;
|
uint8_t res = 0;
|
||||||
#ifdef MODULE_CC110x
|
#ifdef MODULE_CC110X
|
||||||
int snd_ret;
|
int snd_ret;
|
||||||
#endif
|
#endif
|
||||||
radio_packet_t p = *((radio_packet_t*) pkt);
|
radio_packet_t p = *((radio_packet_t*) pkt);
|
||||||
|
Loading…
Reference in New Issue
Block a user