j123b567 / scpi-parser

Open Source SCPI device library
BSD 2-Clause "Simplified" License
463 stars 194 forks source link

Doc fixes: `scpi_context_t` → `scpi_t` and `int16_t` → `scpi_error_t` where required #123

Closed scy closed 3 years ago

scy commented 3 years ago

As a new user of this library, I stumbled over two incorrect types in the “basic instrument” docs. This pull request fixes these.

The API docs for SCPI_ErrorPop and SCPI_Init were also outdated, fixed these as well.

j123b567 commented 3 years ago

Great, thanks!