countdown

This commit is contained in:
Robin Müller 2023-07-11 15:40:43 +02:00
parent 9c8b1c697b
commit 988e07f0be
Signed by: muellerr
GPG Key ID: 407F9B00F858F270
1 changed files with 1 additions and 2 deletions

View File

@ -1,11 +1,10 @@
#ifndef FSFW_HOUSEKEEPING_PERIODICHOUSEKEEPINGHELPER_H_
#define FSFW_HOUSEKEEPING_PERIODICHOUSEKEEPINGHELPER_H_
#include <fsfw/timemanager/Countdown.h>
#include <cstdint>
#include "fsfw/timemanager/Clock.h"
#include "fsfw/timemanager/Countdown.h"
class LocalPoolDataSetBase;