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