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