aboutsummaryrefslogtreecommitdiffstats
path: root/os
diff options
context:
space:
mode:
authorStephane D'Alu <sdalu@sdalu.com>2016-07-10 19:19:30 +0200
committerStephane D'Alu <sdalu@sdalu.com>2016-07-10 19:19:30 +0200
commit316118b64834f7dc7e4d97798a0ba8a338a5e19e (patch)
tree4ddc47f0ce22e5156eac0f163b857beba496b7d1 /os
parent321ec844af3b1e7a23c94bce65bc8aa13ef1e09e (diff)
downloadChibiOS-Contrib-316118b64834f7dc7e4d97798a0ba8a338a5e19e.tar.gz
ChibiOS-Contrib-316118b64834f7dc7e4d97798a0ba8a338a5e19e.tar.bz2
ChibiOS-Contrib-316118b64834f7dc7e4d97798a0ba8a338a5e19e.zip
removed prototype for undefined function nrf51_clock_init
Diffstat (limited to 'os')
-rw-r--r--os/hal/ports/NRF5/NRF51822/hal_lld.h1
-rw-r--r--os/hal/ports/NRF5/NRF52832/hal_lld.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/os/hal/ports/NRF5/NRF51822/hal_lld.h b/os/hal/ports/NRF5/NRF51822/hal_lld.h
index 47b1966..a1d2460 100644
--- a/os/hal/ports/NRF5/NRF51822/hal_lld.h
+++ b/os/hal/ports/NRF5/NRF51822/hal_lld.h
@@ -100,7 +100,6 @@
extern "C" {
#endif
void hal_lld_init(void);
- void nrf51_clock_init(void);
#ifdef __cplusplus
}
#endif
diff --git a/os/hal/ports/NRF5/NRF52832/hal_lld.h b/os/hal/ports/NRF5/NRF52832/hal_lld.h
index 28d3f19..24784d3 100644
--- a/os/hal/ports/NRF5/NRF52832/hal_lld.h
+++ b/os/hal/ports/NRF5/NRF52832/hal_lld.h
@@ -99,7 +99,6 @@
extern "C" {
#endif
void hal_lld_init(void);
- void nrf51_clock_init(void);
#ifdef __cplusplus
}
#endif