diff options
author | Fredrik Thulin <fredrik@thulin.net> | 2016-05-24 17:14:28 +0200 |
---|---|---|
committer | Fredrik Thulin <fredrik@thulin.net> | 2016-05-24 17:14:28 +0200 |
commit | be280fa4a8c851d774cf4581972bc99329c43e6b (patch) | |
tree | ea7786cea0b4125e469c9d25b8ce66965ae68620 /projects/cli-test/mgmt-cli.c | |
parent | 640163be7e90aef968376cb5cdf6ab0b64ff52ef (diff) |
non-working code to upload an application and jump to it
Committing my work in progress in case someone else wants to help.
Diffstat (limited to 'projects/cli-test/mgmt-cli.c')
-rw-r--r-- | projects/cli-test/mgmt-cli.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/projects/cli-test/mgmt-cli.c b/projects/cli-test/mgmt-cli.c index faaafda..46faae8 100644 --- a/projects/cli-test/mgmt-cli.c +++ b/projects/cli-test/mgmt-cli.c @@ -31,7 +31,6 @@ * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include "stm32f4xx_hal.h" #include "stm-init.h" #include "stm-uart.h" #include "mgmt-cli.h" |