pctj101 opened a new pull request #324: Ensure Redbear Blend2/Nano2 have i2c 
headers
URL: https://github.com/apache/incubator-mynewt-core/pull/324
 
 
   This code at the end of the rb-* files requires the hal_i2c.h headers.
   
   ```
   #if MYNEWT_VAL(I2C_0)
       rc = hal_i2c_init(0, (void *)&hal_i2c_cfg);
       assert(rc == 0);
   #endif
   ```
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to