diff --git a/platform/drivers/stubs/display_stub.c b/platform/drivers/stubs/display_stub.c index a41dd319..d200648a 100644 --- a/platform/drivers/stubs/display_stub.c +++ b/platform/drivers/stubs/display_stub.c @@ -44,11 +44,6 @@ void display_render(void *fb) (void) fb; } -void *display_getFrameBuffer() -{ - return (void *) (frameBuffer); -} - void display_setContrast(uint8_t contrast) { (void) contrast; diff --git a/platform/drivers/stubs/radio_stub.c b/platform/drivers/stubs/radio_stub.c index 0574ae75..080d242e 100644 --- a/platform/drivers/stubs/radio_stub.c +++ b/platform/drivers/stubs/radio_stub.c @@ -47,6 +47,16 @@ bool radio_checkRxDigitalSquelch() return false; } +void radio_enableAfOutput() +{ + +} + +void radio_disableAfOutput() +{ + +} + void radio_enableRx() {