Skip to content
Snippets Groups Projects
Commit ff19e8d7 authored by athatheocsd's avatar athatheocsd
Browse files

Fixed code format

parent fbef2c77
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,7 @@ public: ...@@ -33,7 +33,7 @@ public:
*/ */
WWDGReset = 1, WWDGReset = 1,
/** /**
* Dont * Assertion has failed
*/ */
AssertionFail = 2, AssertionFail = 2,
/** /**
......
...@@ -27,8 +27,7 @@ EventReportService::lowSeverityAnomalyReport(LowSeverityAnomalyEvent eventID, co ...@@ -27,8 +27,7 @@ EventReportService::lowSeverityAnomalyReport(LowSeverityAnomalyEvent eventID, co
} }
void EventReportService::mediumSeverityAnomalyReport(MediumSeverityAnomalyEvent eventID, void EventReportService::mediumSeverityAnomalyReport(MediumSeverityAnomalyEvent eventID,
const uint8_t *data, const uint8_t *data, uint8_t length) {
uint8_t length) {
// TM[5,3] // TM[5,3]
Message report = createTM(3); Message report = createTM(3);
report.appendEnum16(eventID); report.appendEnum16(eventID);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment