From 012796d113356401a6e409f701a90b12eefa7e65 Mon Sep 17 00:00:00 2001 From: DerSkythe <31771569+derskythe@users.noreply.github.com> Date: Wed, 24 Jul 2024 19:33:22 +0400 Subject: [PATCH] Update FuriHalBus.md Signed-off-by: DerSkythe <31771569+derskythe@users.noreply.github.com> --- documentation/FuriHalBus.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/documentation/FuriHalBus.md b/documentation/FuriHalBus.md index 248699d77..7077e3abf 100644 --- a/documentation/FuriHalBus.md +++ b/documentation/FuriHalBus.md @@ -6,7 +6,9 @@ On system startup, most of the peripheral devices are under reset and not clocke Some crucial peripherals are enabled right away by the system, others must be explicitly enabled by the user code. -> [!NOTE] Here and afterwards the word `system` refers to any code belonging to the operating system, +> [!NOTE] +> +> Here and afterwards the word `system` refers to any code belonging to the operating system, > hardware drivers or built-in applications. To **ENABLE** a peripheral, call `furi_hal_bus_enable()`. At the time of the call, the peripheral in question **MUST** be disabled;