From 7fea51185a6f61f3c3bb673f3ccdfc12eff94288 Mon Sep 17 00:00:00 2001 From: KatAst Date: Mon, 4 Jan 2016 15:46:32 +0100 Subject: [PATCH] Fix indent --- esp-link/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/esp-link/main.c b/esp-link/main.c index 5d5cefc..4f7de35 100644 --- a/esp-link/main.c +++ b/esp-link/main.c @@ -110,7 +110,6 @@ void user_rf_pre_init(void) { // Main routine to initialize esp-link. void user_init(void) { - // get the flash config so we know how to init things //configWipe(); // uncomment to reset the config for testing purposes bool restoreOk = configRestore();