DFRobot / DFRobot_DF2301Q

MIT License
14 stars 13 forks source link

fix: structure alignment bug #16

Open YeezB opened 1 month ago

YeezB commented 1 month ago

The #pragma pack(1) needs to be paired with #pragma pack(), otherwise it may cause errors when compiling with other libraries.

Tested in this issue

12