Skip to content

Commit c2d3bd4

Browse files
committed
Use local board.h include in firmware main
Replace the relative include path to `board.h` in `gd32_dmx_usb_pro/firmware/main.cpp` with the project include form. This reduces path fragility and aligns with include path configuration.
1 parent 6ed7a9f commit c2d3bd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gd32_dmx_usb_pro/firmware/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
#include "widgetparams.h"
3232
#include "configstore.h"
3333
#include "software_version.h"
34-
#include "../../lib-board/include/board.h"
34+
#include "board.h"
3535

3636
#ifndef ALIGNED
3737
#define ALIGNED __attribute__((aligned(4)))

0 commit comments

Comments
 (0)