From 2c1b1ab141b13c0e595aed604012536f0ce0aa8b Mon Sep 17 00:00:00 2001 From: Angus Gratton Date: Thu, 18 Jun 2015 09:00:02 +1000 Subject: [PATCH] Minor core header cleanups --- .gitignore | 2 ++ core/include/common_macros.h | 2 +- core/include/esp/gpio.h | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 56b58f5..4703478 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *~ *# +.#* GPATH GRTAGS GTAGS @@ -8,3 +9,4 @@ firmware .gdb_history local.mk local.h +screenlog.* diff --git a/core/include/common_macros.h b/core/include/common_macros.h index 74956af..fa13ff9 100644 --- a/core/include/common_macros.h +++ b/core/include/common_macros.h @@ -13,7 +13,7 @@ #define UNUSED __attributed((unused)) #ifndef BIT -#define BIT(X) (1< #include "esp/registers.h" #include "esp/iomux.h"