Skip to content

Commit

Permalink
Merge pull request #187 from mickeprag/185-arduino
Browse files Browse the repository at this point in the history
Include using full relative path
  • Loading branch information
martinberlin committed Jun 5, 2022
2 parents ba1ec7a + 3170ed6 commit 4ad5615
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/epd_driver/board/epd_board_v6.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include "epd_board.h"
#include "board/epd_board_v6.h"
#include "../include/board/epd_board_v6.h"

#include "esp_log.h"
#include "../display_ops.h"
Expand Down

0 comments on commit 4ad5615

Please sign in to comment.