You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ma...@apache.org on 2016/07/25 22:14:43 UTC

incubator-mynewt-core git commit: nordic gpio; was not compling with newlib.

Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/develop 1d8ecf9f4 -> fd187c16e


nordic gpio; was not compling with newlib.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/fd187c16
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/fd187c16
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/fd187c16

Branch: refs/heads/develop
Commit: fd187c16e83455f05329f719cd256514f088203e
Parents: 1d8ecf9
Author: Marko Kiiskila <ma...@runtime.io>
Authored: Mon Jul 25 15:12:59 2016 -0700
Committer: Marko Kiiskila <ma...@runtime.io>
Committed: Mon Jul 25 15:13:56 2016 -0700

----------------------------------------------------------------------
 hw/mcu/nordic/nrf52xxx/src/hal_gpio.c | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/fd187c16/hw/mcu/nordic/nrf52xxx/src/hal_gpio.c
----------------------------------------------------------------------
diff --git a/hw/mcu/nordic/nrf52xxx/src/hal_gpio.c b/hw/mcu/nordic/nrf52xxx/src/hal_gpio.c
index 45ef368..490b8a3 100644
--- a/hw/mcu/nordic/nrf52xxx/src/hal_gpio.c
+++ b/hw/mcu/nordic/nrf52xxx/src/hal_gpio.c
@@ -21,6 +21,7 @@
 #include "bsp/cmsis_nvic.h"
 #include "mcu/nrf52.h"
 #include "mcu/nrf52_bitfields.h"
+#include <stdlib.h>
 #include <assert.h>
 
 /*