aboutsummaryrefslogtreecommitdiff
path: root/src/clock.h
blob: 30cfb44dbce72895f77305fb80df5aeb237b4bb0 (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.
 */
bool init_clock();

#endif