configs/stm32f103-minimum: Remove nonsensical #error.
This commit is contained in:
parent
c367a223c5
commit
eef1276565
@ -77,10 +77,6 @@
|
||||
# undef HAVE_AT24
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_AT24
|
||||
#error "HAVE_AT24 is not defined!\n"
|
||||
#endif
|
||||
|
||||
/************************************************************************************
|
||||
* Pre-processor Definitions
|
||||
************************************************************************************/
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user