From dfe0deccd720c0179e2563cd72f78676746d0794 Mon Sep 17 00:00:00 2001 From: Federico Cerutti Date: Thu, 29 Nov 2018 18:17:34 +0100 Subject: [PATCH] Removed testing stuff and removed todo --- Firmware/Chameleon-Mini/Application/TITagitstandard.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/Firmware/Chameleon-Mini/Application/TITagitstandard.c b/Firmware/Chameleon-Mini/Application/TITagitstandard.c index f334b99..27e734a 100644 --- a/Firmware/Chameleon-Mini/Application/TITagitstandard.c +++ b/Firmware/Chameleon-Mini/Application/TITagitstandard.c @@ -5,8 +5,6 @@ * Author: Phillip Nash * Modified by rickventura for texas 15693 tag-it STANDARD * Modified by ceres-c to finish things up - * TODO: - * - Selected mode has to be impemented altogether - ceres-c */ #include "TITagitstandard.h" @@ -35,7 +33,6 @@ void TITagitstandardAppInit(void) State = STATE_READY; FactoryLockBits_Mask |= (1 << 8); /* Locks block 8... */ FactoryLockBits_Mask |= (1 << 9); /* ...and 9, which contains the UID */ - UserLockBits_Mask |= (1 << 3); /* TESTING!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */ } void TITagitstandardAppReset(void)