From 980f8dcbfe70e0d0df3ef129aea5a3b481794727 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?King=20K=C3=A9vin?= Date: Sat, 2 Aug 2014 23:22:32 -0700 Subject: [PATCH] add flashing compatibility to MDR-U --- pic/MDR/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pic/MDR/Makefile b/pic/MDR/Makefile index f5e861f..b855b3c 100644 --- a/pic/MDR/Makefile +++ b/pic/MDR/Makefile @@ -15,9 +15,9 @@ OBJ := $(patsubst %.c,%.o,$(SRC)) all: compile flash -# flash program (the board needs to power externally) +# flash program (power the board externally since the PICkit2 might not provided enough current) flash: $(TARGET).hex - pk2cmd -P PIC$(PIC) -F $< -M -W -R + pk2cmd -P PIC$(PIC) -F $< -M -R # compile stages assembly: $(ASM)