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