]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lib.git/blobdiff - rpp/include/rpp/mout.h
mout: Remove stupid waiting in rpp_mout_set()
[pes-rpp/rpp-lib.git] / rpp / include / rpp / mout.h
index 8c1910b61842f346c9526e6f0293151d5cdd64fc..297a0348b2da9b1e0b5803b1de433affa7503b6a 100644 (file)
@@ -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);