Skip to content

Commit 061772a

Browse files
committed
rename lists-inlines.h
1 parent c6e906f commit 061772a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

File renamed without changes.

include/micro-os-plus/utils/lists.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* an efficient and lightweight linked list management system tailored
2020
* for embedded applications.
2121
*
22-
* The classes implementations are in the @ref lists.cpp and @ref inlines.h
22+
* The classes implementations are in the @ref lists.cpp and @ref lists-inlines.h
2323
* files.
2424
*/
2525

@@ -1344,7 +1344,7 @@ namespace micro_os_plus::utils
13441344
// ===== Inline & template implementations ====================================
13451345

13461346
// All other inlines.
1347-
#include "inlines.h"
1347+
#include "lists-inlines.h"
13481348

13491349
// ----------------------------------------------------------------------------
13501350

0 commit comments

Comments
 (0)