Make the MAX_BUSY bigger

This commit is contained in:
BogDan Vatra 2022-06-13 21:06:46 +03:00
parent 019d89d117
commit 7097b0154f
1 changed files with 1 additions and 1 deletions

View File

@ -817,7 +817,7 @@ typedef void *(gpioThreadFunc_t) (void *);
/* Longest busy delay */ /* Longest busy delay */
#define PI_MAX_BUSY_DELAY 100 #define PI_MAX_BUSY_DELAY 200
/* timeout: 0-60000 */ /* timeout: 0-60000 */