From 2b44309ed8ac99d1fdfdfa0af607c443cf8f8d5a Mon Sep 17 00:00:00 2001 From: redfast00 Date: Sat, 30 Jan 2021 14:04:40 +0100 Subject: [PATCH] Put comments in correct order --- lib/obus_can.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/obus_can.h b/lib/obus_can.h index 149ad78..bd36dfa 100644 --- a/lib/obus_can.h +++ b/lib/obus_can.h @@ -204,7 +204,7 @@ inline void send_c_timeout( } /** - * Send a controller "strikeout" OBUS message + * Send a controller "info start" OBUS message */ inline void send_c_infostart(struct module from) { assert(from.type == OBUS_TYPE_CONTROLLER); @@ -213,7 +213,7 @@ inline void send_c_infostart(struct module from) { } /** - * Send a controller "info start" OBUS message + * Send a controller "strikeout" OBUS message */ inline void send_c_strikeout( struct module from, uint32_t time_left, uint8_t strikes, uint8_t max_strikes) {