Skip to content

Commit

Permalink
[ArduinoHal] Fix missing directory specifier in include
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenCellist committed Oct 28, 2024
1 parent 4121368 commit a953475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hal/Arduino/ArduinoHal.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// make sure this is always compiled
#include "TypeDef.h"
#include "../../TypeDef.h"

#if !defined(_RADIOLIB_ARDUINOHAL_H)
#define _RADIOLIB_ARDUINOHAL_H
Expand Down

0 comments on commit a953475

Please sign in to comment.