From 3af05238a59d16d05636163a9b49a4729880e2e1 Mon Sep 17 00:00:00 2001 From: Jan Pochyla Date: Mon, 13 Mar 2017 13:20:40 +0100 Subject: [PATCH] readme: fix trezorhal instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0646f77a..344397fd 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ For flashing firmware to blank device (without bootloader) by `make flash`, plea ``` sudo apt-get install gcc-arm-none-eabi libnewlib-arm-none-eabi -make build_stmhal_frozen +make build_trezorhal ``` ###OS X