Skip to content

Commit

Permalink
no sensor config required, use hisinad
Browse files Browse the repository at this point in the history
  • Loading branch information
pianist committed Mar 28, 2024
1 parent 20e5e7b commit 79414b8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 460 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ include_directories(libev)
message(STATUS "Architecture: ${CMAKE_SYSTEM_PROCESSOR}")

add_library(aux STATIC aux/logger.c aux/system.c)
add_library(cfg STATIC cfg/common.c cfg/sensor_config.c cfg/sensor_cfg_print.c)
add_library(cfg STATIC cfg/common.c)
add_library(libevx STATIC libev/ev.c)
add_library(evcurl STATIC evcurl/evcurl.c)
add_library(evgpio STATIC evgpio/evgpio.c)
Expand Down
306 changes: 0 additions & 306 deletions cfg/sensor_config.c

This file was deleted.

Loading

0 comments on commit 79414b8

Please sign in to comment.