summaryrefslogtreecommitdiff
path: root/src/arch/msp430fr5969lp/driver/uptime.cc
blob: f679f8b4060f170a6e640619223d834901e944ab (plain)
1
2
3
4
5
6
7
8
9
/*
 * Copyright 2020 Birte Kristina Friesel
 *
 * SPDX-License-Identifier: BSD-2-Clause
 */
#include "driver/uptime.h"
#include <msp430.h>

Uptime uptime;