Skip to content

Commit

Permalink
feat: (debug) Error Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
but0n committed May 26, 2017
1 parent e9aae9c commit 2ad843e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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; //保存内环旧值以便后向差分
Expand Down

0 comments on commit 2ad843e

Please sign in to comment.