From e494ae13683b35666821379543fd2946ca367bfc Mon Sep 17 00:00:00 2001 From: Jonathan Hudson Date: Sat, 18 Feb 2023 15:39:15 +0000 Subject: [PATCH] Updated Building custom firmware (markdown) --- Building-custom-firmware.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Building-custom-firmware.md b/Building-custom-firmware.md index 696283f..bc1a522 100644 --- a/Building-custom-firmware.md +++ b/Building-custom-firmware.md @@ -96,7 +96,7 @@ See [the developer documentation](https://github.com/iNavFlight/inav/blob/master Of note: -* `TARGET_BOARD_IDENTIFIER` this is **4 bytes**. It must be unique. If the mythical `QUARKVISION_V2` existed, it would need a separate ID. For example: +* `TARGET_BOARD_IDENTIFIER` this should be unique in the first **4 bytes**. If the mythical `QUARKVISION_V2` existed, it would need a separate ID. For example: ``` #if defined(QUARKVISION_V2) -- 2.11.4.GIT