summaryrefslogtreecommitdiff
path: root/src/arch/stm32f746zg-nucleo/driver/uptime.cc
blob: 8ddb57aa6d14ba07adafa794a80506582da7898d (plain)
1
2
3
4
5
6
7
8
/*
 * Copyright 2024 Birte Kristina Friesel
 *
 * SPDX-License-Identifier: BSD-2-Clause
 */
#include "driver/uptime.h"

Uptime uptime;