You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ut...@apache.org on 2018/09/24 20:12:54 UTC

[mynewt-core] branch master updated: Don't include os/mynewt.h on apollo2

This is an automated email from the ASF dual-hosted git repository.

utzig pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 0077ecf  Don't include os/mynewt.h on apollo2
0077ecf is described below

commit 0077ecf0dcabc739fa4a96abaf5f70939d6a85e4
Author: Fabio Utzig <ut...@apache.org>
AuthorDate: Mon Sep 24 15:50:42 2018 -0300

    Don't include os/mynewt.h on apollo2
---
 hw/mcu/ambiq/apollo2/include/mcu/cortex_m4.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/hw/mcu/ambiq/apollo2/include/mcu/cortex_m4.h b/hw/mcu/ambiq/apollo2/include/mcu/cortex_m4.h
index e07f1e1..bd67258 100644
--- a/hw/mcu/ambiq/apollo2/include/mcu/cortex_m4.h
+++ b/hw/mcu/ambiq/apollo2/include/mcu/cortex_m4.h
@@ -20,8 +20,6 @@
 #ifndef __MCU_CORTEX_M4_H__
 #define __MCU_CORTEX_M4_H__
 
-#include "os/mynewt.h"
-
 #include "mcu/apollo2.h"
 
 #ifdef __cplusplus