Skip to content

Commit

Permalink
Add drv_charts.c to makefiles of W600, W800 and LN882H (openshwprojec…
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxineMuster authored Sep 28, 2024
1 parent 5c50915 commit 6e8d6de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions platforms/LN882H/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ set(PROJ_ALL_SRC
# app/src/driver/drv_ucs1912.c
app/src/driver/drv_wemo.c
app/src/driver/drv_ds1820_simple.c
app/src/driver/drv_charts.c
app/src/hal/ln882h/hal_adc_ln882h.c
app/src/hal/ln882h/hal_flashConfig_ln882h.c
app/src/hal/ln882h/hal_flashVars_ln882h.c
Expand Down
1 change: 1 addition & 0 deletions platforms/W600/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ CSRCS += $(_SHARED_APP)/driver/drv_ntp.c
CSRCS += $(_SHARED_APP)/driver/drv_tasmotaDeviceGroups.c
CSRCS += $(_SHARED_APP)/driver/drv_test_drivers.c
CSRCS += $(_SHARED_APP)/driver/drv_bridge_driver.c
CSRCS += $(_SHARED_APP)/driver/drv_charts.c
CSRCS += $(_SHARED_APP)/hal/w800/hal_adc_w800.c
CSRCS += $(_SHARED_APP)/hal/w800/hal_flashConfig_w800.c
CSRCS += $(_SHARED_APP)/hal/w800/hal_flashVars_w800.c
Expand Down
1 change: 1 addition & 0 deletions platforms/W800/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ CSRCS += $(_SHARED_APP)/rgb2hsv.c
CSRCS += $(_SHARED_APP)/tiny_crc8.c
CSRCS += $(_SHARED_APP)/driver/drv_main.c
CSRCS += $(_SHARED_APP)/driver/drv_ds1820_simple.c
CSRCS += $(_SHARED_APP)/driver/drv_charts.c
CSRCS += $(_SHARED_APP)/user_main.c
CSRCS += main.c

Expand Down

0 comments on commit 6e8d6de

Please sign in to comment.