summaryrefslogtreecommitdiff
path: root/board
diff options
context:
space:
mode:
Diffstat (limited to 'board')
-rw-r--r--board/cr50/rdd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cr50/rdd.c b/board/cr50/rdd.c
index 228f076831..9ef0624313 100644
--- a/board/cr50/rdd.c
+++ b/board/cr50/rdd.c
@@ -462,8 +462,8 @@ static int command_ccd_state(int argc, char **argv)
print_ap_state();
print_ap_uart_state();
print_ec_state();
- print_rdd_state();
print_servo_state();
+ print_rdd_state();
ccprintf("CCD EXT: %s\n",
ccd_ext_is_enabled() ? "enabled" : "disabled");