We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6e906f commit 061772aCopy full SHA for 061772a
2 files changed
include/micro-os-plus/utils/inlines.h …lude/micro-os-plus/utils/lists-inlines.hinclude/micro-os-plus/utils/inlines.h renamed to include/micro-os-plus/utils/lists-inlines.h
include/micro-os-plus/utils/lists.h
@@ -19,7 +19,7 @@
19
* an efficient and lightweight linked list management system tailored
20
* for embedded applications.
21
*
22
- * The classes implementations are in the @ref lists.cpp and @ref inlines.h
+ * The classes implementations are in the @ref lists.cpp and @ref lists-inlines.h
23
* files.
24
*/
25
@@ -1344,7 +1344,7 @@ namespace micro_os_plus::utils
1344
// ===== Inline & template implementations ====================================
1345
1346
// All other inlines.
1347
-#include "inlines.h"
+#include "lists-inlines.h"
1348
1349
// ----------------------------------------------------------------------------
1350
0 commit comments