configs/stm32f103-minimum: Remove nonsensical #error.

This commit is contained in:
Gregory Nutt 2018-01-09 11:17:01 -06:00
parent c367a223c5
commit eef1276565
2 changed files with 2 additions and 6 deletions

View File

@ -77,10 +77,6 @@
# undef HAVE_AT24
#endif
#ifndef HAVE_AT24
#error "HAVE_AT24 is not defined!\n"
#endif
/************************************************************************************
* Pre-processor Definitions
************************************************************************************/

View File

@ -1,4 +1,4 @@
/********************************************************************************************
/****************************************************************************
* include/nuttx/ioexpander/gpio.h
*
* Copyright (C) 2016 Gregory Nutt. All rights reserved.
@ -31,7 +31,7 @@
* ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
* POSSIBILITY OF SUCH DAMAGE.
*
********************************************************************************************/
****************************************************************************/
#ifndef __INCLUDE_NUTTX_IOEXPANDER_GPIO_H
#define __INCLUDE_NUTTX_IOEXPANDER_GPIO_H