Tools: add comment at end of file restricting range to be allocated from

we allocated outside the comment mentioned at the top of the file, so add a comment at the end too
This commit is contained in:
Peter Barker 2024-05-07 20:34:43 +10:00 committed by Peter Barker
parent 07a5f61782
commit d2c8bdf08d
1 changed files with 3 additions and 0 deletions

View File

@ -331,3 +331,6 @@ AP_HW_Holybro-PERIPH-H7 5404
# OpenDroneID enabled boards. Use 10000 + the base board ID
AP_HW_CubeOrange_ODID 10140
AP_HW_Pixhawk6_ODID 10053
# do not allocate board IDs above 10,000 for non-ODID boards.
# do not allocate board IDs above 19,999 in this file.