summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/layer1/l23_api.c
diff options
context:
space:
mode:
authorLuca Melette <luca@srlabs.de>2013-12-20 19:20:03 +0100
committerLuca Melette <luca@srlabs.de>2013-12-20 19:20:03 +0100
commit07f29edcc6502d36986b3cb94c6eb404d5424b45 (patch)
treec4a9c205b487c47c31fd34b8ccc54b1f09b380ea /src/target/firmware/layer1/l23_api.c
parente0fbb2a75798c50bc9eb67158d3451b8e3a749d6 (diff)
Applying SIM handler fixesluca/catcher
Diffstat (limited to 'src/target/firmware/layer1/l23_api.c')
-rw-r--r--src/target/firmware/layer1/l23_api.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/target/firmware/layer1/l23_api.c b/src/target/firmware/layer1/l23_api.c
index ae39e634..ac5c4fd6 100644
--- a/src/target/firmware/layer1/l23_api.c
+++ b/src/target/firmware/layer1/l23_api.c
@@ -19,8 +19,8 @@
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
*/
-
-#define DEBUG
+/* Uncomment to debug */
+/* #define DEBUG */
#include <stdint.h>
#include <stdio.h>
@@ -571,7 +571,7 @@ static void l1ctl_sim_req(struct msgb *msg)
uint16_t len = msg->len - sizeof(struct l1ctl_hdr);
uint8_t *data = msg->data + sizeof(struct l1ctl_hdr);
-#if 1 /* for debugging only */
+#ifdef DEBUG /* for debugging only */
{
int i;
printf("SIM Request (%u): ", len);