diff options
| author | hathach <[email protected]> | 2021-04-18 01:30:19 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-04-18 01:30:19 +0700 |
| commit | 38cc459c93d039968c4e89b302880e621e42eed3 (patch) | |
| tree | 7be2721b08c6e4c8023b10b9ff8001fa98014ac1 /examples/make.mk | |
| parent | 91e574075d159a7f04280743d93279e6c6efd227 (diff) | |
| parent | 4ba64719bd2216561a294c136c962c89ea30905a (diff) | |
Merge branch 'master' into alisitsyn-esp-based_on_334e95f
Diffstat (limited to 'examples/make.mk')
| -rw-r--r-- | examples/make.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/make.mk b/examples/make.mk index 47879c66f..09ddb1397 100644 --- a/examples/make.mk +++ b/examples/make.mk @@ -60,6 +60,7 @@ CROSS_COMPILE ?= arm-none-eabi- CC = $(CROSS_COMPILE)gcc CXX = $(CROSS_COMPILE)g++ +GDB = $(CROSS_COMPILE)gdb OBJCOPY = $(CROSS_COMPILE)objcopy SIZE = $(CROSS_COMPILE)size MKDIR = mkdir |
