src/eric7/MicroPython/Devices/RP2040Devices.py

branch
mpy_network
changeset 9870
0399d3607829
parent 9868
467288cffee2
child 9878
a82014a9e57b
--- a/src/eric7/MicroPython/Devices/RP2040Devices.py	Fri Mar 10 18:04:52 2023 +0100
+++ b/src/eric7/MicroPython/Devices/RP2040Devices.py	Fri Mar 10 18:09:24 2023 +0100
@@ -1184,6 +1184,7 @@
 
         @return flag indicating the availability of network time functions
         @rtype bool
+        @exception OSError raised to indicate an issue with the device
         """
         command = """
 def has_ntp():

eric ide

mercurial