summaryrefslogtreecommitdiff
path: root/docs/documentation.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/documentation.md')
-rw-r--r--docs/documentation.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/documentation.md b/docs/documentation.md
index 3e7a5c4..b391092 100644
--- a/docs/documentation.md
+++ b/docs/documentation.md
@@ -170,7 +170,7 @@ hal
├── include
│ ├── hal.h
│ ├── hal_lcd.h
-│ └── timer.h
+│ └── hal_pmu.h
└── source
├── components
│ ├── cmsis_device
@@ -180,7 +180,7 @@ hal
│ ├── platform_pmu
│ └── stdout
├── hal.c
- ├── hal_timer.c
+ ├── hal_pmu.c
└── platform
├── mps3
├── native