From 632cebafc62afd36ba7db96497e21b6f4380c3a1 Mon Sep 17 00:00:00 2001 From: anecdata <16617689+anecdata@users.noreply.github.com> Date: Thu, 22 Apr 2021 23:33:33 -0500 Subject: [PATCH] fix comment (stub fail) --- shared-bindings/wifi/Radio.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/shared-bindings/wifi/Radio.c b/shared-bindings/wifi/Radio.c index fe691b1684..782694a50d 100644 --- a/shared-bindings/wifi/Radio.c +++ b/shared-bindings/wifi/Radio.c @@ -172,8 +172,7 @@ const mp_obj_property_t wifi_radio_hostname_obj = { //| def start_ap(self, //| ssid: ReadableBuffer, -//| password: ReadableBuffer = b"", -//| *, +//| password: ReadableBuffer = b"") -> None //| """Starts an Access Point with the specified ssid and password.""" //| ... //|