Skip to content

Commit

Permalink
fix: Bad include path
Browse files Browse the repository at this point in the history
  • Loading branch information
arcadien committed Nov 1, 2023
1 parent 1e0704e commit 94eb3f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Domain/TargetHost.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/
#include "TargetHost.hpp"
#include <Arduino.h>
#include <arduino/EEPROM.h>
#include <EEPROM.h>

const uint8_t TargetHost::TRESHOLD_LSB_ADDRESS = 0;
const uint8_t TargetHost::TRESHOLD_MSB_ADDRESS = 1;
Expand Down

0 comments on commit 94eb3f1

Please sign in to comment.