From f4c1bff75eea9249d1e6f5f88c3cfa224b3a8a48 Mon Sep 17 00:00:00 2001 From: Sam Hos Date: Tue, 28 Jan 2025 14:47:22 +0100 Subject: [PATCH] hopefully this fixed admontations --- docs/week_1_fabacademy/drone_code.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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