You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ja...@apache.org on 2021/10/01 07:02:47 UTC

[mynewt-nimble] branch master updated: porting: Fix typo in linux blemesh sample

This is an automated email from the ASF dual-hosted git repository.

janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git


The following commit(s) were added to refs/heads/master by this push:
     new 17f985f  porting: Fix typo in linux blemesh sample
17f985f is described below

commit 17f985ff00900fed845f9f6aaa9b2dfb93a704af
Author: Szymon Janc <sz...@codecoup.pl>
AuthorDate: Thu Sep 30 14:22:19 2021 +0200

    porting: Fix typo in linux blemesh sample
---
 porting/examples/linux_blemesh/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/porting/examples/linux_blemesh/Makefile b/porting/examples/linux_blemesh/Makefile
index 556fc8c..c1518e0 100644
--- a/porting/examples/linux_blemesh/Makefile
+++ b/porting/examples/linux_blemesh/Makefile
@@ -17,7 +17,7 @@
 
 # Toolchain commands
 CROSS_COMPILE ?=
-CC      := ccache $(CROSS_COMPILIE)gcc
+CC      := ccache $(CROSS_COMPILE)gcc
 CXX     := ccache $(CROSS_COMPILE)g++
 LD      := $(CROSS_COMPILE)gcc
 AR      := $(CROSS_COMPILE)ar