diff options
Diffstat (limited to 'cc3200/boards/cc3200_prefix.c')
-rw-r--r-- | cc3200/boards/cc3200_prefix.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc3200/boards/cc3200_prefix.c b/cc3200/boards/cc3200_prefix.c index 2b60134b52..394f8bfa6b 100644 --- a/cc3200/boards/cc3200_prefix.c +++ b/cc3200/boards/cc3200_prefix.c @@ -43,7 +43,7 @@ { \ { &pin_type }, \ .name = MP_QSTR_ ## p_pin_name, \ - .callback = NULL, \ + .callback = mp_const_none, \ .port = PORT_A ## p_port, \ .type = PIN_TYPE_STD, \ .bit = (p_bit), \ |