From 78cea261bb42434c73e27ef0081683219f141895 Mon Sep 17 00:00:00 2001 From: Wei Shuai Date: Sat, 20 Jan 2018 21:28:29 +0800 Subject: tracker/wii: update according to Issue: #718 suggestion from sthalik 1. fix horizon line drawing 2. fix copyright 3. optimize pointer mangement 4. reduce wii led power consumption --- tracker-pt/tracker-wii/wii_point_extractor.h | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) (limited to 'tracker-pt/tracker-wii/wii_point_extractor.h') diff --git a/tracker-pt/tracker-wii/wii_point_extractor.h b/tracker-pt/tracker-wii/wii_point_extractor.h index 290d1018..be0e5f45 100644 --- a/tracker-pt/tracker-wii/wii_point_extractor.h +++ b/tracker-pt/tracker-wii/wii_point_extractor.h @@ -1,12 +1,10 @@ -/* Copyright (c) 2012 Patrick Ruoff - * Copyright (c) 2015-2016 Stanislaw Halik - * Copyright (c) 2017-2018 Wei Shuai - * - * Permission to use, copy, modify, and/or distribute this software for any - * purpose with or without fee is hereby granted, provided that the above - * copyright notice and this permission notice appear in all copies. - */ - +/* +* Copyright (c) 2017-2018 Wei Shuai +* +* Permission to use, copy, modify, and/or distribute this software for any +* purpose with or without fee is hereby granted, provided that the above +* copyright notice and this permission notice appear in all copies. +*/ #pragma once #include "pt-api.hpp" -- cgit v1.2.3