Aceinna / platform-aceinna_imu

Aceinna Navigation Studio: open-source, embedded development platform for Aceinna IMU hardware. Run custom algorithms and navigation code on Aceinna IMU/INS hardware
https://marketplace.visualstudio.com/items?itemName=platformio.aceinna-ide
36 stars 26 forks source link

Including "BitStatus.h" instead of "BITStatus.h" #9

Closed ManMan88 closed 5 years ago

ManMan88 commented 5 years ago

The INS and VG_AHRS examples include a UserAlgorithm.c file which has the following include: #include "BitStatus.h"

I think this is a mistake as it gives a build error. Shouldn't it be: #include "BITStatus.h"

pioplus commented 5 years ago

Thanks for PR! https://github.com/Aceinna/platform-aceinna_imu/pull/10