diff --git a/CMakeLists.txt b/CMakeLists.txt index 111bc45..ccdd201 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,6 +21,7 @@ add_library("azrtos::${PROJECT_NAME}" ALIAS ${PROJECT_NAME}) # Define any required dependencies between this library and others target_link_libraries(${PROJECT_NAME} PUBLIC "azrtos::threadx" + "azrtos::filex" ) # Pick up the common stuff diff --git a/docs/LevelX_User_Guide.pdf b/docs/LevelX_User_Guide.pdf deleted file mode 100755 index fc7eaea..0000000 Binary files a/docs/LevelX_User_Guide.pdf and /dev/null differ