Update endif comment
This commit is contained in:
@@ -7,4 +7,4 @@
|
|||||||
#define always_inline inline
|
#define always_inline inline
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif /* INC_OPTIMIZE_H_ */
|
#endif /* INC_MMR_CAN_OPTIMIZE_H_ */
|
||||||
|
|||||||
+1
-1
@@ -11,4 +11,4 @@ size_t stringBufferLength(uint8_t *buffer, size_t maxLen) {
|
|||||||
return strnlen((const char*)buffer, maxLen);
|
return strnlen((const char*)buffer, maxLen);
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif /* INC_UTIL_H_ */
|
#endif /* INC_MMR_CAN_UTIL_H_ */
|
||||||
|
|||||||
Reference in New Issue
Block a user