README.md
@@ -20,6 +20,8 @@ It is now possible to use `SCPI_ParamArbitraryBlock` and `SCPI_ResultArbitraryBlock` to work with binary data input and output. Test callback is removed from context. You should now reimplement whole `*TST?` command callback. Usage --------------- Download source package or clone repository @@ -131,7 +133,6 @@ .write = myWrite, .error = NULL, .reset = NULL, .test = NULL, .srq = NULL, }; ```