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

Uptime uptime;