Skip to content
Snippets Groups Projects
uptime.cc 147 B
Newer Older
  • Learn to ignore specific revisions
  • /*
     * Copyright 2020 Daniel Friesel
     *
     * SPDX-License-Identifier: BSD-2-Clause
     */
    
    #include "driver/uptime.h"
    #include <msp430.h>
    
    Uptime uptime;