fix small inconsistency in documentation

parent ab98223e
......@@ -28,13 +28,13 @@ extern "C" {
*
* To be able to use the library API, you just need to include the
* .liboattnusb.h header file. Linkage requires the flag
* `-loasis-usb-att` and, in addition, `-lftdi1 -ludev`, as these are
* `-loattnusb` and, in addition, `-lftdi1 -ludev`, as these are
* used by the basic library. To wit:
*
* gcc -o test test.c \
* -L /acc/local/L867/drv/oattn/1.0/lib \
* -I/acc/local/L867/drv/oattn/1.0/include \
* -loasis-usb-att -lftdi1 -ludev
* -loattnusb -lftdi1 -ludev
*
* In case the static version of the library is preferred, a more
* contorted incantation than the above may be required to
......@@ -45,7 +45,7 @@ extern "C" {
* -I/acc/local/L867/drv/oattn/1.0/include \
* -lftdi1 -ludev \
* -Wl,--push-state,-static \
* -loasis-usb-att \
* -loattnusb \
* -Wl,--pop-state
*
* \section api_sec API
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment