aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/ports/NRF51/NRF51822/nrf51.h
diff options
context:
space:
mode:
authorStephen Caudle <stephen@caudle.info>2015-07-22 08:04:14 -0400
committerStephen Caudle <stephen@caudle.info>2015-07-23 23:41:06 -0400
commite82536b815693d0d5a5580d6162119312ebc0810 (patch)
tree765aaa4399004c2bc796d79334851a41561d3d6f /os/hal/ports/NRF51/NRF51822/nrf51.h
parentbe27a65488af4f6c531619eacad5d1f82df71d1e (diff)
downloadChibiOS-Contrib-e82536b815693d0d5a5580d6162119312ebc0810.tar.gz
ChibiOS-Contrib-e82536b815693d0d5a5580d6162119312ebc0810.tar.bz2
ChibiOS-Contrib-e82536b815693d0d5a5580d6162119312ebc0810.zip
Add nRF51 bitfield header file
Diffstat (limited to 'os/hal/ports/NRF51/NRF51822/nrf51.h')
-rw-r--r--os/hal/ports/NRF51/NRF51822/nrf51.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/os/hal/ports/NRF51/NRF51822/nrf51.h b/os/hal/ports/NRF51/NRF51822/nrf51.h
index 8a9cea2..1ed33d6 100644
--- a/os/hal/ports/NRF51/NRF51822/nrf51.h
+++ b/os/hal/ports/NRF51/NRF51822/nrf51.h
@@ -55,6 +55,8 @@
#ifndef NRF51_H
#define NRF51_H
+#include "nrf51_bitfields.h"
+
#ifdef __cplusplus
extern "C" {
#endif