Add u8x8_capture.c to CMakeLists.txt
This commit is contained in:
parent
7c9b9ffd71
commit
3f85d9f7c0
|
@ -86,7 +86,8 @@ set(COMPONENT_SRCS "csrc/u8x8_setup.c"
|
|||
"csrc/u8x8_d_uc1701_mini12864.c"
|
||||
"csrc/u8x8_u16toa.c"
|
||||
"csrc/u8x8_d_a2printer.c"
|
||||
"csrc/u8x8_d_st7565.c")
|
||||
"csrc/u8x8_d_st7565.c"
|
||||
"csrc/u8x8_capture.c")
|
||||
set(COMPONENT_NAME ".")
|
||||
|
||||
register_component()
|
Loading…
Reference in New Issue