This commit is contained in:
QL 2019-01-30 09:47:13 -05:00
parent 804e3b0465
commit c3db4284f1
3 changed files with 24 additions and 24 deletions

View File

@ -1,13 +1,13 @@
//****************************************************************************
// Product: DPP example
// Last Updated for Version: 6.0.4
// Date of the Last Update: 2018-01-07
// Last Updated for Version: 6.3.8
// Date of the Last Update: 2019-01-30
//
// Q u a n t u m L e a P s
// ---------------------------
// innovating embedded systems
// Q u a n t u m L e a P s
// ------------------------
// Modern Embedded Software
//
// Copyright (C) Quantum Leaps, LLC. All rights reserved.
// Copyright (C) 2005-2019 Quantum Leaps, LLC. All rights reserved.
//
// This program is open source software: you can redistribute it and/or
// modify it under the terms of the GNU General Public License as published
@ -28,7 +28,7 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
//
// Contact information:
// https://state-machine.com
// https://www.state-machine.com
// mailto:info@state-machine.com
//****************************************************************************
#ifndef bsp_h
@ -38,7 +38,7 @@ namespace DPP {
class BSP {
public:
enum { TICKS_PER_SEC = 100 };
enum { TICKS_PER_SEC = configTICK_RATE_HZ };
static void init(void);
static void displayPaused(uint8_t const paused);

View File

@ -1,13 +1,13 @@
//****************************************************************************
// Product: DPP example
// Last Updated for Version: 6.0.4
// Date of the Last Update: 2018-01-07
// Last Updated for Version: 6.3.8
// Date of the Last Update: 2019-01-30
//
// Q u a n t u m L e a P s
// ---------------------------
// innovating embedded systems
// Q u a n t u m L e a P s
// ------------------------
// Modern Embedded Software
//
// Copyright (C) Quantum Leaps, LLC. All rights reserved.
// Copyright (C) 2005-2019 Quantum Leaps, LLC. All rights reserved.
//
// This program is open source software: you can redistribute it and/or
// modify it under the terms of the GNU General Public License as published
@ -28,7 +28,7 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
//
// Contact information:
// https://state-machine.com
// https://www.state-machine.com
// mailto:info@state-machine.com
//****************************************************************************
#ifndef bsp_h
@ -38,7 +38,7 @@ namespace DPP {
class BSP {
public:
enum { TICKS_PER_SEC = 100 };
enum { TICKS_PER_SEC = configTICK_RATE_HZ };
static void init(void);
static void displayPaused(uint8_t const paused);

View File

@ -1,13 +1,13 @@
//****************************************************************************
// Product: DPP example
// Last Updated for Version: 6.0.4
// Date of the Last Update: 2018-01-07
// Last Updated for Version: 6.3.8
// Date of the Last Update: 2019-01-30
//
// Q u a n t u m L e a P s
// ---------------------------
// innovating embedded systems
// Q u a n t u m L e a P s
// ------------------------
// Modern Embedded Software
//
// Copyright (C) Quantum Leaps, LLC. All rights reserved.
// Copyright (C) 2005-2019 Quantum Leaps, LLC. All rights reserved.
//
// This program is open source software: you can redistribute it and/or
// modify it under the terms of the GNU General Public License as published
@ -28,7 +28,7 @@
// along with this program. If not, see <http://www.gnu.org/licenses/>.
//
// Contact information:
// https://state-machine.com
// https://www.state-machine.com
// mailto:info@state-machine.com
//****************************************************************************
#ifndef bsp_h
@ -38,7 +38,7 @@ namespace DPP {
class BSP {
public:
enum { TICKS_PER_SEC = 100 };
enum { TICKS_PER_SEC = configTICK_RATE_HZ };
static void init(void);
static void displayPaused(uint8_t const paused);