Skip to content

Commit

Permalink
Fixed typo in XMC_I2S_CONF_H
Browse files Browse the repository at this point in the history
FIXED: typo in preprocessor define XMC_I2C_CONF_H to XMC_I2S_CONF_H
  • Loading branch information
mhollfelder authored Jan 29, 2019
1 parent cb237a2 commit 4c7345f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions arm/libraries/I2S/src/utility/xmc_i2s_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

#ifndef XMC_I2C_CONF_H
#define XMC_I2C_CONF_H
#ifndef XMC_I2S_CONF_H
#define XMC_I2S_CONF_H

#ifdef __cplusplus
extern "C"
Expand Down Expand Up @@ -94,4 +94,4 @@ extern XMC_I2S_t i2s_config;
}
#endif

#endif
#endif

0 comments on commit 4c7345f

Please sign in to comment.