Fix nix-shell & itm

pull/3/head
Harry Ho 2020-06-26 13:47:52 +08:00
parent 03b7e65a93
commit 755a77050e
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ rustPlatform.buildRustPackage rec {
cargoPatches = [ ./itm-cargo-lock.patch ];
cargoSha256 = "0xzpyafmkp2wvw2332kb1sm2m3lgg6qy6fskcq431d713ilvrkmg";
cargoSha256 = "1lgv8nhzbzfw9cl4rhj46a86h9jygz0ih3j4zw5nd1346xgmz7b8";
nativeBuildInputs = [ pkgconfig ];

View File

@ -26,7 +26,7 @@ let
echo " - Run tx_stm32f407 example."
echo " tcp_stm32f407 <ip> <pref>"
echo " - Run tcp_stm32f407 example with the IPv4"
echo " address <ip> \(dot-separated\) and prefix length <pref>."
echo " address <ip> (dot-separated) and prefix length <pref>."
echo ""
'';