1
mirror of https://github.com/DarkFlippers/unleashed-firmware.git synced 2025-12-13 05:06:30 +04:00

Merge branch 'ofw_dev' into dev

This commit is contained in:
MX
2024-02-12 17:11:47 +03:00
153 changed files with 17805 additions and 193 deletions

View File

@@ -1,7 +1,7 @@
def generate(env):
env.SetDefault(
GDB="gdb",
GDBPY="gdb-py",
GDBPY="gdb-py3",
GDBCOM="$GDB $GDBOPTS $SOURCES", # no $TARGET
GDBPYCOM="$GDBPY $GDBOPTS $GDBPYOPTS $SOURCES", # no $TARGET
)