spelling: onboard

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 15:19:36 -05:00
parent 651f82f9c5
commit a967d8f275

View file

@ -94,7 +94,7 @@ def options(opt):
help='Build in release mode'
' (--beta and --release are mutually exclusive)')
opt.add_option('--fat_firmware', action='store_true',
help='build in GDB mode WITH logs; requires 1M of onbaord flash')
help='build in GDB mode WITH logs; requires 1M of onboard flash')
opt.add_option('--gdb', action='store_true',
help='build in GDB mode (no optimization, no logs)')
opt.add_option('--lto', action='store_true', help='Enable link-time optimization')