Jan Breuer
2015-04-14 d811ac6da4ab97088f7560b7999449ecd9b1d81f
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,
};
```