11 lines
228 B
C
11 lines
228 B
C
/*
|
|
* (c) Copyright 2018 by Coinkite Inc. This file is covered by license found in COPYING-CC.
|
|
*/
|
|
#pragma once
|
|
|
|
// call once at startup
|
|
void clocks_setup(void);
|
|
|
|
// the 1ms systick value. call anytime
|
|
void systick_setup(void);
|