X-Git-Url: http://rtime.felk.cvut.cz/gitweb/pes-rpp/rpp-lib.git/blobdiff_plain/e9550d633e99fea5ce7e75f68a9e30dbff823590..16f135fef9a28d3b8c72bd4cc1bc8a2309b887c1:/rpp/include/rpp/mout.h diff --git a/rpp/include/rpp/mout.h b/rpp/include/rpp/mout.h index 8c1910b..297a034 100644 --- a/rpp/include/rpp/mout.h +++ b/rpp/include/rpp/mout.h @@ -41,9 +41,7 @@ int8_t rpp_mout_init(); * -2 if val is not HIGH or LOW.\n * -3 if pin could not be set. With current implementation this should * never happen.\n - * -4 if pin is confirmed to be in trouble. - * This normally indicates a hardware failure and that the driver - * chip pulled the diagnostic pin. + * -4 if a fault is indicated by DIAG pin */ int8_t rpp_mout_set(uint8_t pin, uint8_t val);