Skip to content

Commit 7abfd1b

Browse files
authored
Update 00.HelloWorld.ino
1 parent 18ee516 commit 7abfd1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/00.HelloWorld/00.HelloWorld.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ MIT license
1010
Copyright (c) 2023-2025 https://madflight.com
1111
##########################################################################################################################*/
1212

13-
#include "madflight_config.h" //Edit this header file to setup the pins, hardware, radio, etc. for madflight
13+
#include "./madflight_config.h" //Edit this header file to setup the pins, hardware, radio, etc. for madflight
1414
#include <madflight.h>
1515

1616
void setup() {

0 commit comments

Comments
 (0)