You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by we...@apache.org on 2016/10/17 21:07:50 UTC

incubator-mynewt-core git commit: Remove bsp_sysid.h from hal_i2c.h `

Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/develop 4af97faca -> cfcafedd3


Remove bsp_sysid.h from hal_i2c.h
`


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/cfcafedd
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/cfcafedd
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/cfcafedd

Branch: refs/heads/develop
Commit: cfcafedd3f92033a0eddd356c243315e09ff07fb
Parents: 4af97fa
Author: William San Filippo <wi...@runtime.io>
Authored: Mon Oct 17 14:06:57 2016 -0700
Committer: William San Filippo <wi...@runtime.io>
Committed: Mon Oct 17 14:07:44 2016 -0700

----------------------------------------------------------------------
 hw/hal/include/hal/hal_i2c.h | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/cfcafedd/hw/hal/include/hal/hal_i2c.h
----------------------------------------------------------------------
diff --git a/hw/hal/include/hal/hal_i2c.h b/hw/hal/include/hal/hal_i2c.h
index 1e700a2..55c5c22 100644
--- a/hw/hal/include/hal/hal_i2c.h
+++ b/hw/hal/include/hal/hal_i2c.h
@@ -21,7 +21,6 @@
 #define H_HAL_I2C_
 
 #include <inttypes.h>
-#include <bsp/bsp_sysid.h>
 
 #ifdef __cplusplus
 extern "C" {