feat: (debug) Error Feedback

This commit is contained in:
but0n 2017-05-26 14:47:24 +08:00
parent e9aae9c2b4
commit 2ad843e374

View File

@ -32,6 +32,8 @@ void delay(unsigned int t) {
#if defined (DEBUG_MPU6050_EULER) || defined (DEBUG_MPU6050_SOURCEDATA) || defined (DEBUG_BLDC)
SixAxis sourceData;
#else
#error Which Debug type are you using? Define DEBUG_XXXX in your compiler options.
#endif
// float InnerLast; //保存内环旧值以便后向差分