Skip to content
Snippets Groups Projects
Commit 3ca7c081 authored by q3k's avatar q3k
Browse files

usermodule: clean up unused display/ctx imports

parent 2ec4eb42
No related branches found
No related tags found
No related merge requests found
......@@ -14,12 +14,9 @@
#include "badge23/audio.h"
#include "badge23/leds.h"
#include "badge23/captouch.h"
#include "badge23/display.h"
#include "badge23/spio.h"
#include "badge23/espan.h"
mp_obj_t mp_ctx_from_ctx(Ctx *ctx);
STATIC mp_obj_t mp_get_active(mp_obj_t pin_mask) {
return mp_obj_new_int(spio_badge_link_get_active(mp_obj_get_int(pin_mask)));
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment