diff options
Diffstat (limited to 'drivers/nrf24l01/nrf24l01.py')
-rw-r--r-- | drivers/nrf24l01/nrf24l01.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/nrf24l01/nrf24l01.py b/drivers/nrf24l01/nrf24l01.py index b45c137c6..7274a7927 100644 --- a/drivers/nrf24l01/nrf24l01.py +++ b/drivers/nrf24l01/nrf24l01.py @@ -1,4 +1,4 @@ -"""NRF24L01 driver for Micro Python +"""NRF24L01 driver for MicroPython """ from micropython import const |