michalmonday / CSV-Parser-for-Arduino

It turns CSV string into an associative array (like dict in python)
MIT License
58 stars 12 forks source link

Fix initiation order #4

Closed scnsh closed 4 years ago

scnsh commented 4 years ago

Hi, I try to use CSV-Parser on m5stack-fire through platform.io library. But compile failed, because initiation order mismatched on constructor. So, I fixed it.

michalmonday commented 4 years ago

Hi, thank you for fixing this.