diff --git a/Source/error.c b/Source/error.c --- a/Source/error.c +++ b/Source/error.c @@ -14,7 +14,9 @@ volatile uint8_t num_errors_asserted = 0 // Moderately detailed messages corresponding to each error enum char * error_message[] = { - "RS485 parse fail", + "GPS off", + "GPS checksum", + }; // Set the passed error flag @@ -78,3 +80,5 @@ uint8_t error_count(void) { return num_errors_asserted; } + +// vim:softtabstop=4 shiftwidth=4 expandtab