removed prototype for undefined function nrf51_clock_init

This commit is contained in:
Stephane D'Alu 2016-07-10 19:19:30 +02:00
parent 321ec844af
commit 316118b648
2 changed files with 0 additions and 2 deletions

View File

@ -100,7 +100,6 @@
extern "C" {
#endif
void hal_lld_init(void);
void nrf51_clock_init(void);
#ifdef __cplusplus
}
#endif

View File

@ -99,7 +99,6 @@
extern "C" {
#endif
void hal_lld_init(void);
void nrf51_clock_init(void);
#ifdef __cplusplus
}
#endif