summaryrefslogtreecommitdiff
path: root/stm/pybwlan.c
diff options
context:
space:
mode:
Diffstat (limited to 'stm/pybwlan.c')
-rw-r--r--stm/pybwlan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/stm/pybwlan.c b/stm/pybwlan.c
index 91d71a652..0c9b5501e 100644
--- a/stm/pybwlan.c
+++ b/stm/pybwlan.c
@@ -29,7 +29,7 @@
#include "cc3k/wlan.h"
#include "cc3k/nvmem.h"
-mp_obj_t pyb_wlan_connect(int n_args, const mp_obj_t *args) {
+mp_obj_t pyb_wlan_connect(uint n_args, const mp_obj_t *args) {
const char *ap;
const char *key;
if (n_args == 2) {