From e607beeddab26a6ea404ef4bf634affd7ee2ee93 Mon Sep 17 00:00:00 2001 From: Sanrio Alvares Date: Tue, 7 Feb 2017 03:03:37 -0800 Subject: [PATCH] periphmraa: Rename B* -> A* Fixes compilation issues introduced earlier Signed-off-by: Sanrio Alvares Signed-off-by: Brendan Le Foll --- include/mraa_internal_types.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/mraa_internal_types.h b/include/mraa_internal_types.h index 4847965..1d403a1 100644 --- a/include/mraa_internal_types.h +++ b/include/mraa_internal_types.h @@ -131,7 +131,7 @@ struct _gpio { #endif /*@}*/ #ifdef PERIPHERALMAN - BGpio *bgpio; + AGpio *bgpio; #endif }; @@ -153,7 +153,7 @@ struct _i2c { #endif /*@}*/ #ifdef PERIPHERALMAN - BI2cDevice *bi2c; + AI2cDevice *bi2c; char bus_name[256]; #endif }; @@ -171,7 +171,7 @@ struct _spi { mraa_adv_func_t* advance_func; /**< override function table */ /*@}*/ #ifdef PERIPHERALMAN - BSpiDevice *bspi; + ASpiDevice *bspi; #endif }; @@ -212,7 +212,7 @@ struct _uart { mraa_adv_func_t* advance_func; /**< override function table */ /*@}*/ #if defined(PERIPHERALMAN) - struct BUartDevice *buart; + struct AUartDevice *buart; #endif };