Skip to content

Commit

Permalink
disable 32 bit for now
Browse files Browse the repository at this point in the history
  • Loading branch information
wizmo2 committed Oct 6, 2023
1 parent acc02d6 commit 36af889
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ include($ENV{IDF_PATH}/tools/cmake/project.cmake)
set(PROJECT_VER $ENV{PROJECT_VER})
add_definitions(-DMODEL_NAME=SqueezeESP32)
add_definitions(-DPURE=Y)
add_definitions(-DDEPTH=32)
#add_definitions(-DDEPTH=32)

if (DEFINED ${PURE})
message(STATUS "*** PURE IS ENABLED ***")
Expand Down

0 comments on commit 36af889

Please sign in to comment.