aboutsummaryrefslogtreecommitdiff
path: root/src/clock.h
blob: 8c5d1f0d14d212520295676dc80498edb87b6cbc (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef CLOCK_H
#define CLOCK_H

/**
 * Init the nrf52832 CLOCK device and ensure that clock sources are correctly
 * selected.
 */
int init_clock();

#endif