summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/apps/hello_world/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/target/firmware/apps/hello_world/main.c')
-rw-r--r--src/target/firmware/apps/hello_world/main.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/target/firmware/apps/hello_world/main.c b/src/target/firmware/apps/hello_world/main.c
index 481cf170..ecacc183 100644
--- a/src/target/firmware/apps/hello_world/main.c
+++ b/src/target/firmware/apps/hello_world/main.c
@@ -14,10 +14,6 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
- * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
- *
*/
#include <stdint.h>
@@ -169,8 +165,6 @@ int main(void)
void key_handler(enum key_codes code, enum key_states state)
{
- char test[16];
-
if (state != PRESSED)
return;