jarzebski / Arduino-MPU6050

MPU6050 Triple Axis Gyroscope & Accelerometer Arduino Library
GNU General Public License v3.0
429 stars 278 forks source link

Beginner: I'm Working in the Project and Facing the problem #31

Open Saad-data-zz opened 3 years ago

Saad-data-zz commented 3 years ago
Screen Shot 2021-09-08 at 2 45 27 PM

this is the error i don't understand this

stuartblair commented 2 years ago

First, the good news. The message you're getting is a warning, not an error. That means it shouldn't prevent the binary from being built.

Second, the better news. The warning message is telling you that you don't need to have the semicolon at the end of the #endif That's because lines that start with a # are preprocessor macros that are textually replaced before the actual C compiler gets to see them.