From 8d7e6b533b7208155cfaac97c0a3bdbf82ad314f Mon Sep 17 00:00:00 2001 From: Jan Vermaete Date: Mon, 28 Mar 2022 20:53:32 +0200 Subject: [PATCH] docs: untabify the few tabs in the file Signed-off-by: Jan Vermaete --- docs/extra-build-config.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/extra-build-config.md b/docs/extra-build-config.md index ab87637..e129957 100644 --- a/docs/extra-build-config.md +++ b/docs/extra-build-config.md @@ -290,13 +290,13 @@ See: In order to use CAN with an MCP2515-based module, set the following variables: - ENABLE_SPI_BUS = "1" - ENABLE_CAN = "1" + ENABLE_SPI_BUS = "1" + ENABLE_CAN = "1" In case of dual CAN module (e.g. PiCAN2 Duo), set following variables instead: ENABLE_SPI_BUS = "1" - ENABLE_DUAL_CAN = "1" + ENABLE_DUAL_CAN = "1" Some modules may require setting the frequency of the crystal oscillator used on the particular board. The frequency is usually marked on the package of the crystal. By default, it is set to 16 MHz. To change that to 8 MHz, the following variable also has to be set: