Skip to content

Commit

Permalink
burst mode communication and fix log
Browse files Browse the repository at this point in the history
  • Loading branch information
esonghori committed Nov 9, 2015
1 parent eac757c commit eae2790
Show file tree
Hide file tree
Showing 7 changed files with 276 additions and 148 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required (VERSION 3.1.0 FATAL_ERROR)
project (TinyGarble
VERSION 1.0.2
VERSION 1.0.3
LANGUAGES CXX)


Expand Down Expand Up @@ -55,8 +55,8 @@ endif (OPENSSL_FOUND)

###############
# Options
option (ENABLE_LOG "Enable dump hex feature" OFF)

option (ENABLE_DUMP "Enable dump hex feature" OFF)
option (ENABLE_LOG "Enable log feature" OFF)
if (CMAKE_BUILD_TYPE MATCHES Debug)
message("Turn Log on.")
SET(ENABLE_LOG ON BOOL "Turn on logs in debug mode.")
Expand Down
Loading

0 comments on commit eae2790

Please sign in to comment.