From a967d8f275104905f330c570a2772271163c91c1 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Tue, 28 Jan 2025 15:19:36 -0500 Subject: [PATCH] spelling: onboard Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- waftools/pebble_arm_gcc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waftools/pebble_arm_gcc.py b/waftools/pebble_arm_gcc.py index 7091ce1b..0e5cd71e 100644 --- a/waftools/pebble_arm_gcc.py +++ b/waftools/pebble_arm_gcc.py @@ -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')