Skip to content
Snippets Groups Projects
Commit d9314c10 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

LPC43xx ADC: board.h should be included last; Also, unreleated, update tools/README.txt

parent 5ddeffde
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,6 @@
#include <assert.h>
#include <debug.h>
#include <arch/board/board.h>
#include <nuttx/irq.h>
#include <nuttx/arch.h>
#include <nuttx/analog/adc.h>
......@@ -80,6 +79,12 @@
#include "lpc43_pinconfig.h"
/* board.h should be included last because it depends on the previous
* inclusions and may need to modify other definitions.
*/
#include <arch/board/board.h>
#if defined(CONFIG_LPC43_ADC0) /* TODO ADC1 */
/****************************************************************************
......
......@@ -104,6 +104,16 @@ kconfig2html.c
<Kconfig root> is the directory containing the root Kconfig file.
Default <Kconfig directory>: .
NOTE: In order to use this tool, some configuration must be in-place will
all necessary symbolic links. You can establish the configured symbolic
links with:
make context
or more quickly with:
make dirlinks
mkconfigvars.sh
---------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment