summaryrefslogtreecommitdiff
path: root/ButtonHandler
diff options
context:
space:
mode:
authorMike Fiore <mfiore@multitech.com>2015-11-17 13:37:39 -0600
committerMike Fiore <mfiore@multitech.com>2015-11-17 13:37:39 -0600
commit32194e901049ddd4f9d954720583363e05b762e2 (patch)
tree1167ed15709216db808784826d01c34311cb1bd9 /ButtonHandler
parenta2dd1624ef3fec296578289268973b7c00eb1ad1 (diff)
downloadmtdot-box-evb-factory-firmware-32194e901049ddd4f9d954720583363e05b762e2.tar.gz
mtdot-box-evb-factory-firmware-32194e901049ddd4f9d954720583363e05b762e2.tar.bz2
mtdot-box-evb-factory-firmware-32194e901049ddd4f9d954720583363e05b762e2.zip
add config layout, remove lots of logging
Diffstat (limited to 'ButtonHandler')
-rw-r--r--ButtonHandler/ButtonHandler.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/ButtonHandler/ButtonHandler.cpp b/ButtonHandler/ButtonHandler.cpp
index 25cf08e..edc9ea1 100644
--- a/ButtonHandler/ButtonHandler.cpp
+++ b/ButtonHandler/ButtonHandler.cpp
@@ -1,5 +1,4 @@
#include "ButtonHandler.h"
-#include "MTSLog.h"
#define signal (int32_t)0xA0
@@ -21,7 +20,6 @@ void b_worker(void const* argument) {
while (true) {
e = Thread::signal_wait(signal, 250);
if (e.status == osEventSignal) {
- logInfo("button worker received signal");
switch (event) {
case b_sw1_fall:
if (! b->_sw1_running) {