suikan4github / murasaki

STM32 HAL class library
MIT License
17 stars 3 forks source link

Change timeout parameter as integer #61

Closed suikan4github closed 4 years ago

suikan4github commented 4 years ago

The timeout prameter is murasaki::WaitMiliSeconds to hold the kwsIndefinitely.

But specifing this type for each parameter passing is overkilling. To relax to cusotmer, we should the timeout parameter as integer.

For example : the timeout parameters exsit :

suikan4github commented 4 years ago

Merged to develop. Ready to release.