diff --git a/docs/week_1_fabacademy/drone_code.md b/docs/week_1_fabacademy/drone_code.md index c6cc498..217bc53 100644 --- a/docs/week_1_fabacademy/drone_code.md +++ b/docs/week_1_fabacademy/drone_code.md @@ -5,9 +5,8 @@ ### Using the wrong libary First used the wrong library I used the adafruit bno0xx library instead of the sparkfun bno08x library - -??? failure +??? failure ```cpp #include "conf.h" #include @@ -56,7 +55,6 @@ void loop() { ``` ??? example - ```cpp #include #include