From 6861b670fc0cf3e3c9e7c438c1f0a1410bfc6c8f Mon Sep 17 00:00:00 2001 From: hathach Date: Mon, 20 May 2019 12:35:33 +0700 Subject: add uf2 target for uf2 bootloader board: metro m0/m4 feather nrf52840 --- examples/make.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'examples/make.mk') diff --git a/examples/make.mk b/examples/make.mk index 444b22310..b71c75280 100644 --- a/examples/make.mk +++ b/examples/make.mk @@ -12,6 +12,7 @@ MKDIR = mkdir SED = sed CP = cp RM = rm +PYTHON ?= python # Select the board to build for. ifeq ($(BOARD),) -- cgit v1.3.1