aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/painter/comms/qp_comms_dummy.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/painter/comms/qp_comms_dummy.c')
-rw-r--r--drivers/painter/comms/qp_comms_dummy.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/painter/comms/qp_comms_dummy.c b/drivers/painter/comms/qp_comms_dummy.c
index 2ed49d2232..7a2aef5d37 100644
--- a/drivers/painter/comms/qp_comms_dummy.c
+++ b/drivers/painter/comms/qp_comms_dummy.c
@@ -15,8 +15,9 @@ static bool dummy_comms_start(painter_device_t device) {
return true;
}
-static void dummy_comms_stop(painter_device_t device) {
+static bool dummy_comms_stop(painter_device_t device) {
// No-op.
+ return true;
}
uint32_t dummy_comms_send(painter_device_t device, const void *data, uint32_t byte_count) {