1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 15:03:53 +01:00
RIOT/drivers
Joakim Gebart a991d7c58e nrf24l01p: Remove redundant gpio_clear/gpio_set.
This change removes extra gpio_clear(dev->cs) before calling
nrf24l01p_read_reg(), nrf24l01p_write_reg(). The GPIO handling is not
necessary since nrf24l01p_{read,write}_reg() handle the CS pin
internally.

Signed-off-by: Joakim Gebart <joakim.gebart@eistec.se>
2015-01-19 19:05:39 +01:00
..
2014-11-24 13:15:58 +01:00
2014-10-22 07:50:48 +02:00
2014-09-12 11:50:12 +02:00
2014-08-27 19:20:49 +02:00
2015-01-09 11:10:59 +01:00
2015-01-08 11:44:32 +01:00
2014-06-11 20:17:44 +02:00
2014-08-27 19:20:49 +02:00
2014-08-23 16:16:26 +02:00