1
0
forked from fsfw/fsfw

shared ring buffer extended

This commit is contained in:
2020-09-22 02:12:02 +02:00
parent f5d793a1cf
commit e3cbc4dfd5
4 changed files with 57 additions and 23 deletions

View File

@ -1,14 +1,7 @@
/**
* @file Countdown.cpp
* @brief This file defines the Countdown class.
* @date 21.03.2013
* @author baetz
*/
#include "Countdown.h"
#include "../timemanager/Countdown.h"
Countdown::Countdown(uint32_t initialTimeout) : startTime(0), timeout(initialTimeout) {
Countdown::Countdown(uint32_t initialTimeout): startTime(0),
timeout(initialTimeout) {
}
Countdown::~Countdown() {