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:
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) {
|
||||
uint8_t res = 0;
|
||||
#ifdef MODULE_CC110x
|
||||
#ifdef MODULE_CC110X
|
||||
int snd_ret;
|
||||
#endif
|
||||
radio_packet_t p = *((radio_packet_t*) pkt);
|
||||
|
Loading…
Reference in New Issue
Block a user