drivers/xbee: add UL to constants for 8 and 16 bit compatibility

pr/spi.typo
kYc0o 6 years ago
parent 5f26171e83
commit ee741a4296

@ -41,11 +41,11 @@
/**
* @brief Delay when entering command mode, must be > 1s
*/
#define ENTER_CMD_MODE_DELAY (1100U * 1000U)
#define ENTER_CMD_MODE_DELAY (1100UL * US_PER_MS)
/**
* @brief Delay when resetting the device, 10ms
*/
#define RESET_DELAY (10U * 1000U)
#define RESET_DELAY (10UL * US_PER_MS)
/**
* @brief Timeout for receiving AT command response

Loading…
Cancel
Save