Update endif comment

This commit is contained in:
Stefano Calabretti
2021-11-28 13:22:41 +01:00
parent 0f22919769
commit 503b333478
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,4 +7,4 @@
#define always_inline inline
#endif
#endif /* INC_OPTIMIZE_H_ */
#endif /* INC_MMR_CAN_OPTIMIZE_H_ */
+1 -1
View File
@@ -11,4 +11,4 @@ size_t stringBufferLength(uint8_t *buffer, size_t maxLen) {
return strnlen((const char*)buffer, maxLen);
}
#endif /* INC_UTIL_H_ */
#endif /* INC_MMR_CAN_UTIL_H_ */